Html Css Color HEX #B49109 Dark Goldenrod

📋 copy color: '#B49109'

red 180 ◦ green 145 ◦ blue 9

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

Shades of Dark Goldenrod #B49109

Tints of Dark Goldenrod #B49109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.69%

R = 53.89%
G = 43.41%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B49109 (or 0xB49109) is known color: Dark Goldenrod. HEX triplet: B4, 91 and 09. RGB value is (180,145,9). Sum of RGB (Red+Green+Blue) = 180+145+9=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 9 (3.91% from 255 or 2.69% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B49109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49109 is #4B6EF6. Grayscale: #8C8C8C. Windows color (decimal): -4943607 or 627124. OLE color: 627124.

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

Color convert

RGB 180 145 9 -
CMYK 0 0.19 0.95 0.29
HSL 47.72º 0.9% 0.37% -
HSV(B) 47.72º 0.95% 0.71% -
XYZ 29 29.97 4.52 -
YUV 139.96 54.1 156.56 -
System Red Green Blue C M Y K H S L
Decimal 180 145 9 0 0.19 0.95 0.29 47.72 0.9 0.37
Hex B4 91 9 0 13 5F 1D 30 5A 25
Octal 264 221 11 0 23 137 35 60 132 45
Binary 10110100 10010001 1001 0 10011 1011111 11101 110000 1011010 100101

Color Harmonies of #B49109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49109

Black with #B49109

Text Example


Text Example

White with #B49109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49109; }

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

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

background-color css

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

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

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

border-color css

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

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

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