Html Css Color HEX #B38112 Dark Goldenrod

📋 copy color: '#B38112'

red 179 ◦ green 129 ◦ blue 18

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

Shades of Dark Goldenrod #B38112

Tints of Dark Goldenrod #B38112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.57%

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

R = 54.91%
G = 39.57%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B38112 (or 0xB38112) is known color: Dark Goldenrod. HEX triplet: B3, 81 and 12. RGB value is (179,129,18). Sum of RGB (Red+Green+Blue) = 179+129+18=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B38112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38112 is #4C7EED. Grayscale: #838383. Windows color (decimal): -5013230 or 1212851. OLE color: 1212851.

HSL color Cylindrical-coordinate representation of color #B38112: hue angle of 41.37º 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 #B38112 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 129 18 -
CMYK 0 0.28 0.90 0.30
HSL 41.37º 0.82% 0.39% -
HSV(B) 41.37º 0.9% 0.7% -
XYZ 26.55 25.33 4.06 -
YUV 131.3 64.07 162.03 -
System Red Green Blue C M Y K H S L
Decimal 179 129 18 0 0.28 0.90 0.30 41.37 0.82 0.39
Hex B3 81 12 0 1C 5A 1E 29 52 27
Octal 263 201 22 0 34 132 36 51 122 47
Binary 10110011 10000001 10010 0 11100 1011010 11110 101001 1010010 100111

Color Harmonies of #B38112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38112

Black with #B38112

Text Example


Text Example

White with #B38112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38112; }

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

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

background-color css

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

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

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

border-color css

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

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

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