Html Css Color HEX #B98E16 Dark Goldenrod

📋 copy color: '#B98E16'

red 185 ◦ green 142 ◦ blue 22

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

Shades of Dark Goldenrod #B98E16

Tints of Dark Goldenrod #B98E16

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.69%

 BLUE value IS 22 (8.98% from 255) = 6.3%

R = 53.01%
G = 40.69%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B98E16 (or 0xB98E16) is known color: Dark Goldenrod. HEX triplet: B9, 8E and 16. RGB value is (185,142,22). Sum of RGB (Red+Green+Blue) = 185+142+22=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98E16 is #4671E9. Grayscale: #8D8D8D. Windows color (decimal): -4616682 or 1478329. OLE color: 1478329.

HSL color Cylindrical-coordinate representation of color #B98E16: hue angle of 44.17º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B98E16 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 142 22 -
CMYK 0 0.23 0.88 0.27
HSL 44.17º 0.79% 0.41% -
HSV(B) 44.17º 0.88% 0.73% -
XYZ 29.83 29.72 4.92 -
YUV 141.18 60.75 159.26 -
System Red Green Blue C M Y K H S L
Decimal 185 142 22 0 0.23 0.88 0.27 44.17 0.79 0.41
Hex B9 8E 16 0 17 58 1B 2C 4F 29
Octal 271 216 26 0 27 130 33 54 117 51
Binary 10111001 10001110 10110 0 10111 1011000 11011 101100 1001111 101001

Color Harmonies of #B98E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98E16

Black with #B98E16

Text Example


Text Example

White with #B98E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98E16; }

 p { color: rgb(185,142,22); }

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

background-color css

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

 a { background-color: rgb(185,142,22); }

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

border-color css

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

 span { border-color: rgb(185,142,22); }

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