Html Css Color HEX #B98305 Dark Goldenrod

📋 copy color: '#B98305'

red 185 ◦ green 131 ◦ blue 5

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

Shades of Dark Goldenrod #B98305

Tints of Dark Goldenrod #B98305

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.81%

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

R = 57.63%
G = 40.81%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B98305 (or 0xB98305) is known color: Dark Goldenrod. HEX triplet: B9, 83 and 05. RGB value is (185,131,5). Sum of RGB (Red+Green+Blue) = 185+131+5=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B98305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98305 is #467CFA. Grayscale: #858585. Windows color (decimal): -4619515 or 361401. OLE color: 361401.

HSL color Cylindrical-coordinate representation of color #B98305: hue angle of 42º 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 #B98305 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 131 5 -
CMYK 0 0.29 0.97 0.27
HSL 42º 0.95% 0.37% -
HSV(B) 42º 0.97% 0.73% -
XYZ 28.15 26.56 3.79 -
YUV 132.78 55.89 165.25 -
System Red Green Blue C M Y K H S L
Decimal 185 131 5 0 0.29 0.97 0.27 42 0.95 0.37
Hex B9 83 5 0 1D 61 1B 2A 5F 25
Octal 271 203 5 0 35 141 33 52 137 45
Binary 10111001 10000011 101 0 11101 1100001 11011 101010 1011111 100101

Color Harmonies of #B98305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98305

Black with #B98305

Text Example


Text Example

White with #B98305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98305; }

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

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

background-color css

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

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

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

border-color css

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

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

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