Html Css Color HEX #B09002 Dark Goldenrod

📋 copy color: '#B09002'

red 176 ◦ green 144 ◦ blue 2

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

Shades of Dark Goldenrod #B09002

Tints of Dark Goldenrod #B09002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 54.66%
G = 44.72%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B09002 (or 0xB09002) is known color: Dark Goldenrod. HEX triplet: B0, 90 and 02. RGB value is (176,144,2). Sum of RGB (Red+Green+Blue) = 176+144+2=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B09002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09002 is #4F6FFD. Grayscale: #898989. Windows color (decimal): -5206014 or 168112. OLE color: 168112.

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

Color convert

RGB 176 144 2 -
CMYK 0 0.18 0.99 0.31
HSL 48.97º 0.98% 0.35% -
HSV(B) 48.97º 0.99% 0.69% -
XYZ 27.89 29.18 4.22 -
YUV 137.38 51.6 155.55 -
System Red Green Blue C M Y K H S L
Decimal 176 144 2 0 0.18 0.99 0.31 48.97 0.98 0.35
Hex B0 90 2 0 12 63 1F 31 62 23
Octal 260 220 2 0 22 143 37 61 142 43
Binary 10110000 10010000 10 0 10010 1100011 11111 110001 1100010 100011

Color Harmonies of #B09002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09002

Black with #B09002

Text Example


Text Example

White with #B09002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09002; }

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

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

background-color css

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

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

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

border-color css

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

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

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