Html Css Color HEX #B49211 Dark Goldenrod

📋 copy color: '#B49211'

red 180 ◦ green 146 ◦ blue 17

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

Shades of Dark Goldenrod #B49211

Tints of Dark Goldenrod #B49211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.57%

 BLUE value IS 17 (7.03% from 255) = 4.96%

R = 52.48%
G = 42.57%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B49211 (or 0xB49211) is known color: Dark Goldenrod. HEX triplet: B4, 92 and 11. RGB value is (180,146,17). Sum of RGB (Red+Green+Blue) = 180+146+17=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B49211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49211 is #4B6DEE. Grayscale: #8E8E8E. Windows color (decimal): -4943343 or 1151668. OLE color: 1151668.

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

Color convert

RGB 180 146 17 -
CMYK 0 0.19 0.91 0.29
HSL 47.48º 0.83% 0.39% -
HSV(B) 47.48º 0.91% 0.71% -
XYZ 29.2 30.3 4.84 -
YUV 141.46 57.76 155.49 -
System Red Green Blue C M Y K H S L
Decimal 180 146 17 0 0.19 0.91 0.29 47.48 0.83 0.39
Hex B4 92 11 0 13 5B 1D 2F 53 27
Octal 264 222 21 0 23 133 35 57 123 47
Binary 10110100 10010010 10001 0 10011 1011011 11101 101111 1010011 100111

Color Harmonies of #B49211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49211

Black with #B49211

Text Example


Text Example

White with #B49211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49211; }

 p { color: rgb(180,146,17); }

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

background-color css

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

 a { background-color: rgb(180,146,17); }

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

border-color css

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

 span { border-color: rgb(180,146,17); }

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