Html Css Color HEX #B48212 Dark Goldenrod

📋 copy color: '#B48212'

red 180 ◦ green 130 ◦ blue 18

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

Shades of Dark Goldenrod #B48212

Tints of Dark Goldenrod #B48212

RGB

 RED value IS 180 (70.7% from 255) = 54.88%

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

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

R = 54.88%
G = 39.63%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B48212 (or 0xB48212) is known color: Dark Goldenrod. HEX triplet: B4, 82 and 12. RGB value is (180,130,18). Sum of RGB (Red+Green+Blue) = 180+130+18=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B48212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48212 is #4B7DED. Grayscale: #848484. Windows color (decimal): -4947438 or 1213108. OLE color: 1213108.

HSL color Cylindrical-coordinate representation of color #B48212: hue angle of 41.48º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B48212 is Cyan = 0, Magento = 0.28, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 130 18 -
CMYK 0 0.28 0.9 0.29
HSL 41.48º 0.82% 0.39% -
HSV(B) 41.48º 0.9% 0.71% -
XYZ 26.91 25.71 4.12 -
YUV 132.18 63.57 162.11 -
System Red Green Blue C M Y K H S L
Decimal 180 130 18 0 0.28 0.9 0.29 41.48 0.82 0.39
Hex B4 82 12 0 1C 5A 1D 29 52 27
Octal 264 202 22 0 34 132 35 51 122 47
Binary 10110100 10000010 10010 0 11100 1011010 11101 101001 1010010 100111

Color Harmonies of #B48212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48212

Black with #B48212

Text Example


Text Example

White with #B48212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48212; }

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

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

background-color css

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

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

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

border-color css

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

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

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