Html Css Color HEX #B98407 Dark Goldenrod

📋 copy color: '#B98407'

red 185 ◦ green 132 ◦ blue 7

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

Shades of Dark Goldenrod #B98407

Tints of Dark Goldenrod #B98407

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.74%

 BLUE value IS 7 (3.13% from 255) = 2.16%

R = 57.1%
G = 40.74%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B98407 (or 0xB98407) is known color: Dark Goldenrod. HEX triplet: B9, 84 and 07. RGB value is (185,132,7). Sum of RGB (Red+Green+Blue) = 185+132+7=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B98407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98407 is #467BF8. Grayscale: #868686. Windows color (decimal): -4619257 or 492729. OLE color: 492729.

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

Color convert

RGB 185 132 7 -
CMYK 0 0.29 0.96 0.27
HSL 42.13º 0.93% 0.38% -
HSV(B) 42.13º 0.96% 0.73% -
XYZ 28.3 26.83 3.89 -
YUV 133.6 56.56 164.66 -
System Red Green Blue C M Y K H S L
Decimal 185 132 7 0 0.29 0.96 0.27 42.13 0.93 0.38
Hex B9 84 7 0 1D 60 1B 2A 5D 26
Octal 271 204 7 0 35 140 33 52 135 46
Binary 10111001 10000100 111 0 11101 1100000 11011 101010 1011101 100110

Color Harmonies of #B98407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98407

Black with #B98407

Text Example


Text Example

White with #B98407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98407; }

 p { color: rgb(185,132,7); }

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

background-color css

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

 a { background-color: rgb(185,132,7); }

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

border-color css

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

 span { border-color: rgb(185,132,7); }

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