Html Css Color HEX #B89505 Dark Goldenrod

📋 copy color: '#B89505'

red 184 ◦ green 149 ◦ blue 5

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

Shades of Dark Goldenrod #B89505

Tints of Dark Goldenrod #B89505

RGB

 RED value IS 184 (72.27% from 255) = 54.44%

 GREEN value IS 149 (58.59% from 255) = 44.08%

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

R = 54.44%
G = 44.08%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B89505 (or 0xB89505) is known color: Dark Goldenrod. HEX triplet: B8, 95 and 05. RGB value is (184,149,5). Sum of RGB (Red+Green+Blue) = 184+149+5=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B89505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89505 is #476AFA. Grayscale: #8F8F8F. Windows color (decimal): -4680443 or 366008. OLE color: 366008.

HSL color Cylindrical-coordinate representation of color #B89505: hue angle of 48.27º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B89505 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 149 5 -
CMYK 0 0.19 0.97 0.28
HSL 48.27º 0.95% 0.37% -
HSV(B) 48.27º 0.97% 0.72% -
XYZ 30.54 31.7 4.65 -
YUV 143.05 50.1 157.21 -
System Red Green Blue C M Y K H S L
Decimal 184 149 5 0 0.19 0.97 0.28 48.27 0.95 0.37
Hex B8 95 5 0 13 61 1C 30 5F 25
Octal 270 225 5 0 23 141 34 60 137 45
Binary 10111000 10010101 101 0 10011 1100001 11100 110000 1011111 100101

Color Harmonies of #B89505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89505

Black with #B89505

Text Example


Text Example

White with #B89505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89505; }

 p { color: rgb(184,149,5); }

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

background-color css

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

 a { background-color: rgb(184,149,5); }

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

border-color css

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

 span { border-color: rgb(184,149,5); }

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