Html Css Color HEX #B99305 Dark Goldenrod

📋 copy color: '#B99305'

red 185 ◦ green 147 ◦ blue 5

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

Shades of Dark Goldenrod #B99305

Tints of Dark Goldenrod #B99305

RGB

 RED value IS 185 (72.66% from 255) = 54.9%

 GREEN value IS 147 (57.81% from 255) = 43.62%

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

R = 54.9%
G = 43.62%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B99305 (or 0xB99305) is known color: Dark Goldenrod. HEX triplet: B9, 93 and 05. RGB value is (185,147,5). Sum of RGB (Red+Green+Blue) = 185+147+5=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B99305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99305 is #466CFA. Grayscale: #8E8E8E. Windows color (decimal): -4615419 or 365497. OLE color: 365497.

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

Color convert

RGB 185 147 5 -
CMYK 0 0.21 0.97 0.27
HSL 47.33º 0.95% 0.37% -
HSV(B) 47.33º 0.97% 0.73% -
XYZ 30.47 31.19 4.56 -
YUV 142.17 50.59 158.55 -
System Red Green Blue C M Y K H S L
Decimal 185 147 5 0 0.21 0.97 0.27 47.33 0.95 0.37
Hex B9 93 5 0 15 61 1B 2F 5F 25
Octal 271 223 5 0 25 141 33 57 137 45
Binary 10111001 10010011 101 0 10101 1100001 11011 101111 1011111 100101

Color Harmonies of #B99305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99305

Black with #B99305

Text Example


Text Example

White with #B99305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99305; }

 p { color: rgb(185,147,5); }

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

background-color css

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

 a { background-color: rgb(185,147,5); }

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

border-color css

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

 span { border-color: rgb(185,147,5); }

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