Html Css Color HEX #B09403 Dark Goldenrod

📋 copy color: '#B09403'

red 176 ◦ green 148 ◦ blue 3

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

Shades of Dark Goldenrod #B09403

Tints of Dark Goldenrod #B09403

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.26%

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

R = 53.82%
G = 45.26%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B09403 (or 0xB09403) is known color: Dark Goldenrod. HEX triplet: B0, 94 and 03. RGB value is (176,148,3). Sum of RGB (Red+Green+Blue) = 176+148+3=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B09403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09403 is #4F6BFC. Grayscale: #8C8C8C. Windows color (decimal): -5204989 or 234672. OLE color: 234672.

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

Color convert

RGB 176 148 3 -
CMYK 0 0.16 0.98 0.31
HSL 50.29º 0.97% 0.35% -
HSV(B) 50.29º 0.98% 0.69% -
XYZ 28.51 30.42 4.45 -
YUV 139.84 50.78 153.79 -
System Red Green Blue C M Y K H S L
Decimal 176 148 3 0 0.16 0.98 0.31 50.29 0.97 0.35
Hex B0 94 3 0 10 62 1F 32 61 23
Octal 260 224 3 0 20 142 37 62 141 43
Binary 10110000 10010100 11 0 10000 1100010 11111 110010 1100001 100011

Color Harmonies of #B09403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09403

Black with #B09403

Text Example


Text Example

White with #B09403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09403; }

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

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

background-color css

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

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

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

border-color css

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

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

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