Html Css Color HEX #B18212 Dark Goldenrod

📋 copy color: '#B18212'

red 177 ◦ green 130 ◦ blue 18

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

Shades of Dark Goldenrod #B18212

Tints of Dark Goldenrod #B18212

RGB

 RED value IS 177 (69.53% from 255) = 54.46%

 GREEN value IS 130 (51.17% from 255) = 40%

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

R = 54.46%
G = 40%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B18212 (or 0xB18212) is known color: Dark Goldenrod. HEX triplet: B1, 82 and 12. RGB value is (177,130,18). Sum of RGB (Red+Green+Blue) = 177+130+18=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B18212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18212 is #4E7DED. Grayscale: #838383. Windows color (decimal): -5144046 or 1213105. OLE color: 1213105.

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

Color convert

RGB 177 130 18 -
CMYK 0 0.27 0.90 0.31
HSL 42.26º 0.82% 0.38% -
HSV(B) 42.26º 0.9% 0.69% -
XYZ 26.22 25.36 4.08 -
YUV 131.29 64.07 160.61 -
System Red Green Blue C M Y K H S L
Decimal 177 130 18 0 0.27 0.90 0.31 42.26 0.82 0.38
Hex B1 82 12 0 1B 5A 1F 2A 52 26
Octal 261 202 22 0 33 132 37 52 122 46
Binary 10110001 10000010 10010 0 11011 1011010 11111 101010 1010010 100110

Color Harmonies of #B18212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18212

Black with #B18212

Text Example


Text Example

White with #B18212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18212; }

 p { color: rgb(177,130,18); }

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

background-color css

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

 a { background-color: rgb(177,130,18); }

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

border-color css

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

 span { border-color: rgb(177,130,18); }

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