Html Css Color HEX #B09001 Dark Goldenrod

📋 copy color: '#B09001'

red 176 ◦ green 144 ◦ blue 1

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

Shades of Dark Goldenrod #B09001

Tints of Dark Goldenrod #B09001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 54.83%
G = 44.86%
B = 0.31%

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

#B09001 (or 0xB09001) is known color: Dark Goldenrod. HEX triplet: B0, 90 and 01. RGB value is (176,144,1). Sum of RGB (Red+Green+Blue) = 176+144+1=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B09001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09001 is #4F6FFE. Grayscale: #898989. Windows color (decimal): -5206015 or 102576. OLE color: 102576.

HSL color Cylindrical-coordinate representation of color #B09001: hue angle of 49.03º degrees, saturation: 0.99, 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 #B09001 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 144 1 -
CMYK 0 0.18 0.99 0.31
HSL 49.03º 0.99% 0.35% -
HSV(B) 49.03º 0.99% 0.69% -
XYZ 27.88 29.18 4.19 -
YUV 137.27 51.1 155.63 -
System Red Green Blue C M Y K H S L
Decimal 176 144 1 0 0.18 0.99 0.31 49.03 0.99 0.35
Hex B0 90 1 0 12 63 1F 31 63 23
Octal 260 220 1 0 22 143 37 61 143 43
Binary 10110000 10010000 1 0 10010 1100011 11111 110001 1100011 100011

Color Harmonies of #B09001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09001

Black with #B09001

Text Example


Text Example

White with #B09001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09001; }

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

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

background-color css

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

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

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

border-color css

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

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

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