Html Css Color HEX #B98814 Dark Goldenrod

📋 copy color: '#B98814'

red 185 ◦ green 136 ◦ blue 20

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

Shades of Dark Goldenrod #B98814

Tints of Dark Goldenrod #B98814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.88%

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

R = 54.25%
G = 39.88%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B98814 (or 0xB98814) is known color: Dark Goldenrod. HEX triplet: B9, 88 and 14. RGB value is (185,136,20). Sum of RGB (Red+Green+Blue) = 185+136+20=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B98814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98814 is #4677EB. Grayscale: #898989. Windows color (decimal): -4618220 or 1345721. OLE color: 1345721.

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

Color convert

RGB 185 136 20 -
CMYK 0 0.26 0.89 0.27
HSL 42.18º 0.8% 0.4% -
HSV(B) 42.18º 0.89% 0.73% -
XYZ 28.94 27.97 4.54 -
YUV 137.43 61.73 161.93 -
System Red Green Blue C M Y K H S L
Decimal 185 136 20 0 0.26 0.89 0.27 42.18 0.8 0.4
Hex B9 88 14 0 1A 59 1B 2A 50 28
Octal 271 210 24 0 32 131 33 52 120 50
Binary 10111001 10001000 10100 0 11010 1011001 11011 101010 1010000 101000

Color Harmonies of #B98814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98814

Black with #B98814

Text Example


Text Example

White with #B98814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98814; }

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

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

background-color css

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

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

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

border-color css

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

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

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