Html Css Color HEX #B98111 Dark Goldenrod

📋 copy color: '#B98111'

red 185 ◦ green 129 ◦ blue 17

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

Shades of Dark Goldenrod #B98111

Tints of Dark Goldenrod #B98111

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.97%

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

R = 55.89%
G = 38.97%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B98111 (or 0xB98111) is known color: Dark Goldenrod. HEX triplet: B9, 81 and 11. RGB value is (185,129,17). Sum of RGB (Red+Green+Blue) = 185+129+17=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B98111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98111 is #467EEE. Grayscale: #858585. Windows color (decimal): -4620015 or 1147321. OLE color: 1147321.

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

Color convert

RGB 185 129 17 -
CMYK 0 0.30 0.91 0.27
HSL 40º 0.83% 0.4% -
HSV(B) 40º 0.91% 0.73% -
XYZ 27.96 26.06 4.09 -
YUV 132.98 62.55 165.11 -
System Red Green Blue C M Y K H S L
Decimal 185 129 17 0 0.30 0.91 0.27 40 0.83 0.4
Hex B9 81 11 0 1E 5B 1B 28 53 28
Octal 271 201 21 0 36 133 33 50 123 50
Binary 10111001 10000001 10001 0 11110 1011011 11011 101000 1010011 101000

Color Harmonies of #B98111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98111

Black with #B98111

Text Example


Text Example

White with #B98111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98111; }

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

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

background-color css

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

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

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

border-color css

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

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

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