Html Css Color HEX #B98914 Dark Goldenrod

📋 copy color: '#B98914'

red 185 ◦ green 137 ◦ blue 20

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

Shades of Dark Goldenrod #B98914

Tints of Dark Goldenrod #B98914

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.06%

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

R = 54.09%
G = 40.06%
B = 5.85%

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

#B98914 (or 0xB98914) is known color: Dark Goldenrod. HEX triplet: B9, 89 and 14. RGB value is (185,137,20). Sum of RGB (Red+Green+Blue) = 185+137+20=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B98914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98914 is #4676EB. Grayscale: #8A8A8A. Windows color (decimal): -4617964 or 1345977. OLE color: 1345977.

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

Color convert

RGB 185 137 20 -
CMYK 0 0.26 0.89 0.27
HSL 42.55º 0.8% 0.4% -
HSV(B) 42.55º 0.89% 0.73% -
XYZ 29.08 28.26 4.58 -
YUV 138.01 61.4 161.51 -
System Red Green Blue C M Y K H S L
Decimal 185 137 20 0 0.26 0.89 0.27 42.55 0.8 0.4
Hex B9 89 14 0 1A 59 1B 2B 50 28
Octal 271 211 24 0 32 131 33 53 120 50
Binary 10111001 10001001 10100 0 11010 1011001 11011 101011 1010000 101000

Color Harmonies of #B98914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98914

Black with #B98914

Text Example


Text Example

White with #B98914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98914; }

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

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

background-color css

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

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

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

border-color css

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

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

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