Html Css Color HEX #B09005 Dark Goldenrod

📋 copy color: '#B09005'

red 176 ◦ green 144 ◦ blue 5

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

Shades of Dark Goldenrod #B09005

Tints of Dark Goldenrod #B09005

RGB

 RED value IS 176 (69.14% from 255) = 54.15%

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

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 54.15%
G = 44.31%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B09005 (or 0xB09005) is known color: Dark Goldenrod. HEX triplet: B0, 90 and 05. RGB value is (176,144,5). Sum of RGB (Red+Green+Blue) = 176+144+5=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B09005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09005 is #4F6FFA. Grayscale: #8A8A8A. Windows color (decimal): -5206011 or 364720. OLE color: 364720.

HSL color Cylindrical-coordinate representation of color #B09005: hue angle of 48.77º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B09005 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 144 5 -
CMYK 0 0.18 0.97 0.31
HSL 48.77º 0.94% 0.35% -
HSV(B) 48.77º 0.97% 0.69% -
XYZ 27.91 29.19 4.31 -
YUV 137.72 53.1 155.3 -
System Red Green Blue C M Y K H S L
Decimal 176 144 5 0 0.18 0.97 0.31 48.77 0.94 0.35
Hex B0 90 5 0 12 61 1F 31 5E 23
Octal 260 220 5 0 22 141 37 61 136 43
Binary 10110000 10010000 101 0 10010 1100001 11111 110001 1011110 100011

Color Harmonies of #B09005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09005

Black with #B09005

Text Example


Text Example

White with #B09005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09005; }

 p { color: rgb(176,144,5); }

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

background-color css

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

 a { background-color: rgb(176,144,5); }

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

border-color css

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

 span { border-color: rgb(176,144,5); }

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