Html Css Color HEX #B98711 Dark Goldenrod

📋 copy color: '#B98711'

red 185 ◦ green 135 ◦ blue 17

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

Shades of Dark Goldenrod #B98711

Tints of Dark Goldenrod #B98711

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.06%

 BLUE value IS 17 (7.03% from 255) = 5.04%

R = 54.9%
G = 40.06%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B98711 (or 0xB98711) is known color: Dark Goldenrod. HEX triplet: B9, 87 and 11. RGB value is (185,135,17). Sum of RGB (Red+Green+Blue) = 185+135+17=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B98711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98711 is #4678EE. Grayscale: #898989. Windows color (decimal): -4618479 or 1148857. OLE color: 1148857.

HSL color Cylindrical-coordinate representation of color #B98711: hue angle of 42.14º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B98711 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 135 17 -
CMYK 0 0.27 0.91 0.27
HSL 42.14º 0.83% 0.4% -
HSV(B) 42.14º 0.91% 0.73% -
XYZ 28.77 27.68 4.36 -
YUV 136.5 60.57 162.59 -
System Red Green Blue C M Y K H S L
Decimal 185 135 17 0 0.27 0.91 0.27 42.14 0.83 0.4
Hex B9 87 11 0 1B 5B 1B 2A 53 28
Octal 271 207 21 0 33 133 33 52 123 50
Binary 10111001 10000111 10001 0 11011 1011011 11011 101010 1010011 101000

Color Harmonies of #B98711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98711

Black with #B98711

Text Example


Text Example

White with #B98711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98711; }

 p { color: rgb(185,135,17); }

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

background-color css

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

 a { background-color: rgb(185,135,17); }

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

border-color css

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

 span { border-color: rgb(185,135,17); }

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