Html Css Color HEX #B97302 Dark Goldenrod

📋 copy color: '#B97302'

red 185 ◦ green 115 ◦ blue 2

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

Shades of Dark Goldenrod #B97302

Tints of Dark Goldenrod #B97302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 61.26%
G = 38.08%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B97302 (or 0xB97302) is known color: Dark Goldenrod. HEX triplet: B9, 73 and 02. RGB value is (185,115,2). Sum of RGB (Red+Green+Blue) = 185+115+2=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B97302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97302 is #468CFD. Grayscale: #7B7B7B. Windows color (decimal): -4623614 or 160697. OLE color: 160697.

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

Color convert

RGB 185 115 2 -
CMYK 0 0.38 0.99 0.27
HSL 37.05º 0.98% 0.37% -
HSV(B) 37.05º 0.99% 0.73% -
XYZ 26.15 22.58 3.04 -
YUV 123.05 59.69 172.19 -
System Red Green Blue C M Y K H S L
Decimal 185 115 2 0 0.38 0.99 0.27 37.05 0.98 0.37
Hex B9 73 2 0 26 63 1B 25 62 25
Octal 271 163 2 0 46 143 33 45 142 45
Binary 10111001 1110011 10 0 100110 1100011 11011 100101 1100010 100101

Color Harmonies of #B97302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97302

Black with #B97302

Text Example


Text Example

White with #B97302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97302; }

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

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

background-color css

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

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

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

border-color css

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

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

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