Html Css Color HEX #B09603 Dark Goldenrod

📋 copy color: '#B09603'

red 176 ◦ green 150 ◦ blue 3

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

Shades of Dark Goldenrod #B09603

Tints of Dark Goldenrod #B09603

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.59%

 BLUE value IS 3 (1.56% from 255) = 0.91%

R = 53.5%
G = 45.59%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B09603 (or 0xB09603) is known color: Dark Goldenrod. HEX triplet: B0, 96 and 03. RGB value is (176,150,3). Sum of RGB (Red+Green+Blue) = 176+150+3=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B09603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09603 is #4F69FC. Grayscale: #8D8D8D. Windows color (decimal): -5204477 or 235184. OLE color: 235184.

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

Color convert

RGB 176 150 3 -
CMYK 0 0.15 0.98 0.31
HSL 50.98º 0.97% 0.35% -
HSV(B) 50.98º 0.98% 0.69% -
XYZ 28.83 31.05 4.56 -
YUV 141.02 50.11 152.95 -
System Red Green Blue C M Y K H S L
Decimal 176 150 3 0 0.15 0.98 0.31 50.98 0.97 0.35
Hex B0 96 3 0 F 62 1F 33 61 23
Octal 260 226 3 0 17 142 37 63 141 43
Binary 10110000 10010110 11 0 1111 1100010 11111 110011 1100001 100011

Color Harmonies of #B09603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09603

Black with #B09603

Text Example


Text Example

White with #B09603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09603; }

 p { color: rgb(176,150,3); }

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

background-color css

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

 a { background-color: rgb(176,150,3); }

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

border-color css

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

 span { border-color: rgb(176,150,3); }

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