Html Css Color HEX #B98614 Dark Goldenrod

📋 copy color: '#B98614'

red 185 ◦ green 134 ◦ blue 20

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

Shades of Dark Goldenrod #B98614

Tints of Dark Goldenrod #B98614

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.53%

 BLUE value IS 20 (8.2% from 255) = 5.9%

R = 54.57%
G = 39.53%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B98614 (or 0xB98614) is known color: Dark Goldenrod. HEX triplet: B9, 86 and 14. RGB value is (185,134,20). Sum of RGB (Red+Green+Blue) = 185+134+20=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B98614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98614 is #4679EB. Grayscale: #888888. Windows color (decimal): -4618732 or 1345209. OLE color: 1345209.

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

Color convert

RGB 185 134 20 -
CMYK 0 0.28 0.89 0.27
HSL 41.45º 0.8% 0.4% -
HSV(B) 41.45º 0.89% 0.73% -
XYZ 28.66 27.41 4.44 -
YUV 136.25 62.4 162.77 -
System Red Green Blue C M Y K H S L
Decimal 185 134 20 0 0.28 0.89 0.27 41.45 0.8 0.4
Hex B9 86 14 0 1C 59 1B 29 50 28
Octal 271 206 24 0 34 131 33 51 120 50
Binary 10111001 10000110 10100 0 11100 1011001 11011 101001 1010000 101000

Color Harmonies of #B98614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98614

Black with #B98614

Text Example


Text Example

White with #B98614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98614; }

 p { color: rgb(185,134,20); }

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

background-color css

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

 a { background-color: rgb(185,134,20); }

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

border-color css

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

 span { border-color: rgb(185,134,20); }

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