Html Css Color HEX #B09203 Dark Goldenrod

📋 copy color: '#B09203'

red 176 ◦ green 146 ◦ blue 3

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

Shades of Dark Goldenrod #B09203

Tints of Dark Goldenrod #B09203

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.92%

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

R = 54.15%
G = 44.92%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B09203 (or 0xB09203) is known color: Dark Goldenrod. HEX triplet: B0, 92 and 03. RGB value is (176,146,3). Sum of RGB (Red+Green+Blue) = 176+146+3=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B09203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09203 is #4F6DFC. Grayscale: #8B8B8B. Windows color (decimal): -5205501 or 234160. OLE color: 234160.

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

Color convert

RGB 176 146 3 -
CMYK 0 0.17 0.98 0.31
HSL 49.6º 0.97% 0.35% -
HSV(B) 49.6º 0.98% 0.69% -
XYZ 28.2 29.79 4.35 -
YUV 138.67 51.44 154.63 -
System Red Green Blue C M Y K H S L
Decimal 176 146 3 0 0.17 0.98 0.31 49.6 0.97 0.35
Hex B0 92 3 0 11 62 1F 32 61 23
Octal 260 222 3 0 21 142 37 62 141 43
Binary 10110000 10010010 11 0 10001 1100010 11111 110010 1100001 100011

Color Harmonies of #B09203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09203

Black with #B09203

Text Example


Text Example

White with #B09203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09203; }

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

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

background-color css

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

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

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

border-color css

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

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

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