Html Css Color HEX #B49011 Dark Goldenrod

📋 copy color: '#B49011'

red 180 ◦ green 144 ◦ blue 17

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

Shades of Dark Goldenrod #B49011

Tints of Dark Goldenrod #B49011

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.23%

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

R = 52.79%
G = 42.23%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B49011 (or 0xB49011) is known color: Dark Goldenrod. HEX triplet: B4, 90 and 11. RGB value is (180,144,17). Sum of RGB (Red+Green+Blue) = 180+144+17=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B49011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49011 is #4B6FEE. Grayscale: #8C8C8C. Windows color (decimal): -4943855 or 1151156. OLE color: 1151156.

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

Color convert

RGB 180 144 17 -
CMYK 0 0.2 0.91 0.29
HSL 46.75º 0.83% 0.39% -
HSV(B) 46.75º 0.91% 0.71% -
XYZ 28.9 29.69 4.74 -
YUV 140.29 58.43 156.33 -
System Red Green Blue C M Y K H S L
Decimal 180 144 17 0 0.2 0.91 0.29 46.75 0.83 0.39
Hex B4 90 11 0 14 5B 1D 2F 53 27
Octal 264 220 21 0 24 133 35 57 123 47
Binary 10110100 10010000 10001 0 10100 1011011 11101 101111 1010011 100111

Color Harmonies of #B49011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49011

Black with #B49011

Text Example


Text Example

White with #B49011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49011; }

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

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

background-color css

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

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

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

border-color css

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

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

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