Html Css Color HEX #B09405 Dark Goldenrod

📋 copy color: '#B09405'

red 176 ◦ green 148 ◦ blue 5

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

Shades of Dark Goldenrod #B09405

Tints of Dark Goldenrod #B09405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 53.5%
G = 44.98%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B09405 (or 0xB09405) is known color: Dark Goldenrod. HEX triplet: B0, 94 and 05. RGB value is (176,148,5). Sum of RGB (Red+Green+Blue) = 176+148+5=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B09405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09405 is #4F6BFA. Grayscale: #8C8C8C. Windows color (decimal): -5204987 or 365744. OLE color: 365744.

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

Color convert

RGB 176 148 5 -
CMYK 0 0.16 0.97 0.31
HSL 50.18º 0.94% 0.35% -
HSV(B) 50.18º 0.97% 0.69% -
XYZ 28.52 30.42 4.51 -
YUV 140.07 51.78 153.63 -
System Red Green Blue C M Y K H S L
Decimal 176 148 5 0 0.16 0.97 0.31 50.18 0.94 0.35
Hex B0 94 5 0 10 61 1F 32 5E 23
Octal 260 224 5 0 20 141 37 62 136 43
Binary 10110000 10010100 101 0 10000 1100001 11111 110010 1011110 100011

Color Harmonies of #B09405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09405

Black with #B09405

Text Example


Text Example

White with #B09405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09405; }

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

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

background-color css

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

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

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

border-color css

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

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

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