Html Css Color HEX #B09003 Dark Goldenrod

📋 copy color: '#B09003'

red 176 ◦ green 144 ◦ blue 3

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

Shades of Dark Goldenrod #B09003

Tints of Dark Goldenrod #B09003

RGB

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

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

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

R = 54.49%
G = 44.58%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B09003 (or 0xB09003) is known color: Dark Goldenrod. HEX triplet: B0, 90 and 03. RGB value is (176,144,3). Sum of RGB (Red+Green+Blue) = 176+144+3=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B09003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09003 is #4F6FFC. Grayscale: #8A8A8A. Windows color (decimal): -5206013 or 233648. OLE color: 233648.

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

Color convert

RGB 176 144 3 -
CMYK 0 0.18 0.98 0.31
HSL 48.9º 0.97% 0.35% -
HSV(B) 48.9º 0.98% 0.69% -
XYZ 27.89 29.18 4.25 -
YUV 137.49 52.1 155.46 -
System Red Green Blue C M Y K H S L
Decimal 176 144 3 0 0.18 0.98 0.31 48.9 0.97 0.35
Hex B0 90 3 0 12 62 1F 31 61 23
Octal 260 220 3 0 22 142 37 61 141 43
Binary 10110000 10010000 11 0 10010 1100010 11111 110001 1100001 100011

Color Harmonies of #B09003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09003

Black with #B09003

Text Example


Text Example

White with #B09003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09003; }

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

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

background-color css

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

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

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

border-color css

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

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

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