Html Css Color HEX #B97602 Dark Goldenrod

📋 copy color: '#B97602'

red 185 ◦ green 118 ◦ blue 2

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

Shades of Dark Goldenrod #B97602

Tints of Dark Goldenrod #B97602

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.69%

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

R = 60.66%
G = 38.69%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B97602 (or 0xB97602) is known color: Dark Goldenrod. HEX triplet: B9, 76 and 02. RGB value is (185,118,2). Sum of RGB (Red+Green+Blue) = 185+118+2=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B97602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97602 is #4689FD. Grayscale: #7D7D7D. Windows color (decimal): -4622846 or 161465. OLE color: 161465.

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

Color convert

RGB 185 118 2 -
CMYK 0 0.36 0.99 0.27
HSL 38.03º 0.98% 0.37% -
HSV(B) 38.03º 0.99% 0.73% -
XYZ 26.5 23.28 3.15 -
YUV 124.81 58.7 170.93 -
System Red Green Blue C M Y K H S L
Decimal 185 118 2 0 0.36 0.99 0.27 38.03 0.98 0.37
Hex B9 76 2 0 24 63 1B 26 62 25
Octal 271 166 2 0 44 143 33 46 142 45
Binary 10111001 1110110 10 0 100100 1100011 11011 100110 1100010 100101

Color Harmonies of #B97602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97602

Black with #B97602

Text Example


Text Example

White with #B97602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97602; }

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

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

background-color css

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

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

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

border-color css

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

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

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