#b38638

Color #B38638 Marigold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Marigold #B38638

Tints of Marigold #B38638

Color information

#B38638 (or 0xB38638) is unknown color: approx Marigold. HEX triplet: B3, 86 and 38. RGB value is (179,134,56). Sum of RGB (Red+Green+Blue) = 179+134+56=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B38638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38638 is #4C79C7. Grayscale: #8A8A8A. Windows color (decimal): -5011912 or 3704499. OLE color: 3704499.

HSL color Cylindrical-coordinate representation of color #B38638: hue angle of 38.05º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B38638 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB17913456-
CMYK00.250.690.30
HSL38.05º52.34%46.08%-
HSV(B)38.05º68.72%70.2%-
XYZ27.8326.927.47-
YUV138.5681.41156.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 48.51%
GREEN value IS 134 (52.73% from 255) = 36.31%
BLUE value IS 56 (22.27% from 255) = 15.18%
R=48.51%
G=36.31%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791345600.250.690.3038.0552.3446.08
HexB38638019451E26342e
Octal2632067003110536466456
Binary1011001110000110111000011001100010111110100110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b38638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b38638; }

 p { color: rgb(179,134,56); }

 H1.HeaderClassName
 {
   color: #b38638;
 }
 .AnyTagClassName
 {
   color: #b38638;
 }
</style>
background-color css

<style>
 a { background-color: #b38638; }

 a { background-color: rgb(179,134,56); }

 div.DivClassName
 {
   background-color: #b38638;
 }
 .BgClassName
 {
   background-color: #b38638;
 }
</style>
border-color css

<style>
 span { border-color: #b38638; }

 span { border-color: rgb(179,134,56); }

 td.TdClassName
 {
   border-color: #b38638;
 }
 .TagClassName
 {
   border-color: #b38638;
 }
</style>