Html Css Color HEX #B49111 Dark Goldenrod

📋 copy color: '#B49111'

red 180 ◦ green 145 ◦ blue 17

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

Shades of Dark Goldenrod #B49111

Tints of Dark Goldenrod #B49111

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.4%

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

R = 52.63%
G = 42.4%
B = 4.97%

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

#B49111 (or 0xB49111) is known color: Dark Goldenrod. HEX triplet: B4, 91 and 11. RGB value is (180,145,17). Sum of RGB (Red+Green+Blue) = 180+145+17=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B49111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49111 is #4B6EEE. Grayscale: #8D8D8D. Windows color (decimal): -4943599 or 1151412. OLE color: 1151412.

HSL color Cylindrical-coordinate representation of color #B49111: hue angle of 47.12º 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 #B49111 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 145 17 -
CMYK 0 0.19 0.91 0.29
HSL 47.12º 0.83% 0.39% -
HSV(B) 47.12º 0.91% 0.71% -
XYZ 29.05 29.99 4.79 -
YUV 140.87 58.1 155.91 -
System Red Green Blue C M Y K H S L
Decimal 180 145 17 0 0.19 0.91 0.29 47.12 0.83 0.39
Hex B4 91 11 0 13 5B 1D 2F 53 27
Octal 264 221 21 0 23 133 35 57 123 47
Binary 10110100 10010001 10001 0 10011 1011011 11101 101111 1010011 100111

Color Harmonies of #B49111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49111

Black with #B49111

Text Example


Text Example

White with #B49111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49111; }

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

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

background-color css

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

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

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

border-color css

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

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

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