Html Css Color HEX #B97305 Dark Goldenrod

📋 copy color: '#B97305'

red 185 ◦ green 115 ◦ blue 5

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

Shades of Dark Goldenrod #B97305

Tints of Dark Goldenrod #B97305

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.7%

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

R = 60.66%
G = 37.7%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B97305 (or 0xB97305) is known color: Dark Goldenrod. HEX triplet: B9, 73 and 05. RGB value is (185,115,5). Sum of RGB (Red+Green+Blue) = 185+115+5=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B97305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97305 is #468CFA. Grayscale: #7B7B7B. Windows color (decimal): -4623611 or 357305. OLE color: 357305.

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

Color convert

RGB 185 115 5 -
CMYK 0 0.38 0.97 0.27
HSL 36.67º 0.95% 0.37% -
HSV(B) 36.67º 0.97% 0.73% -
XYZ 26.17 22.59 3.12 -
YUV 123.39 61.19 171.94 -
System Red Green Blue C M Y K H S L
Decimal 185 115 5 0 0.38 0.97 0.27 36.67 0.95 0.37
Hex B9 73 5 0 26 61 1B 25 5F 25
Octal 271 163 5 0 46 141 33 45 137 45
Binary 10111001 1110011 101 0 100110 1100001 11011 100101 1011111 100101

Color Harmonies of #B97305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97305

Black with #B97305

Text Example


Text Example

White with #B97305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97305; }

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

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

background-color css

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

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

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

border-color css

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

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

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