Html Css Color HEX #B38312 Dark Goldenrod

📋 copy color: '#B38312'

red 179 ◦ green 131 ◦ blue 18

#B38312
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #B38312

Tints of Dark Goldenrod #B38312

RGB

 RED value IS 179 (70.31% from 255) = 54.57%

 GREEN value IS 131 (51.56% from 255) = 39.94%

 BLUE value IS 18 (7.42% from 255) = 5.49%

R = 54.57%
G = 39.94%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B38312 (or 0xB38312) is known color: Dark Goldenrod. HEX triplet: B3, 83 and 12. RGB value is (179,131,18). Sum of RGB (Red+Green+Blue) = 179+131+18=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B38312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38312 is #4C7CED. Grayscale: #848484. Windows color (decimal): -5012718 or 1213363. OLE color: 1213363.

HSL color Cylindrical-coordinate representation of color #B38312: hue angle of 42.11º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B38312 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 131 18 -
CMYK 0 0.27 0.90 0.30
HSL 42.11º 0.82% 0.39% -
HSV(B) 42.11º 0.9% 0.7% -
XYZ 26.82 25.86 4.15 -
YUV 132.47 63.4 161.19 -
System Red Green Blue C M Y K H S L
Decimal 179 131 18 0 0.27 0.90 0.30 42.11 0.82 0.39
Hex B3 83 12 0 1B 5A 1E 2A 52 27
Octal 263 203 22 0 33 132 36 52 122 47
Binary 10110011 10000011 10010 0 11011 1011010 11110 101010 1010010 100111

Color Harmonies of #B38312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38312

Black with #B38312

Text Example


Text Example

White with #B38312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38312; }

 p { color: rgb(179,131,18); }

 H1.HeaderClassName
 {
   color: #B38312;
 }
 .AnyTagClassName
 {
   color: #B38312;
 }
</style>

background-color css

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

 a { background-color: rgb(179,131,18); }

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

border-color css

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

 span { border-color: rgb(179,131,18); }

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