Html Css Color HEX #B98214 Dark Goldenrod

📋 copy color: '#B98214'

red 185 ◦ green 130 ◦ blue 20

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

Shades of Dark Goldenrod #B98214

Tints of Dark Goldenrod #B98214

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.81%

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

R = 55.22%
G = 38.81%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B98214 (or 0xB98214) is known color: Dark Goldenrod. HEX triplet: B9, 82 and 14. RGB value is (185,130,20). Sum of RGB (Red+Green+Blue) = 185+130+20=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B98214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98214 is #467DEB. Grayscale: #868686. Windows color (decimal): -4619756 or 1344185. OLE color: 1344185.

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

Color convert

RGB 185 130 20 -
CMYK 0 0.30 0.89 0.27
HSL 40º 0.8% 0.4% -
HSV(B) 40º 0.89% 0.73% -
XYZ 28.12 26.33 4.26 -
YUV 133.91 63.72 164.44 -
System Red Green Blue C M Y K H S L
Decimal 185 130 20 0 0.30 0.89 0.27 40 0.8 0.4
Hex B9 82 14 0 1E 59 1B 28 50 28
Octal 271 202 24 0 36 131 33 50 120 50
Binary 10111001 10000010 10100 0 11110 1011001 11011 101000 1010000 101000

Color Harmonies of #B98214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98214

Black with #B98214

Text Example


Text Example

White with #B98214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98214; }

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

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

background-color css

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

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

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

border-color css

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

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

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