#B98714

Color #B98714 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B98714

Tints of Dark Goldenrod #B98714

Color information

#B98714 (or 0xB98714) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 87 and 14. RGB value is (185,135,20). Sum of RGB (Red+Green+Blue) = 185+135+20=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B98714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98714 is #4678EB. Grayscale: #898989. Windows color (decimal): -4618476 or 1345465. OLE color: 1345465.

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

Color convert

RGB18513520-
CMYK00.270.890.27
HSL41.82º80.49%40.2%-
HSV(B)41.82º89.19%72.55%-
XYZ28.827.694.49-
YUV136.8462.06162.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.41%
GREEN value IS 135 (53.12% from 255) = 39.71%
BLUE value IS 20 (8.20% from 255) = 5.88%
R=54.41%
G=39.71%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851352000.270.890.2741.8280.4940.2
HexB9871401B591B2a5028
Octal27120724033131335212050
Binary1011100110000111101000110111011001110111010101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98714; }

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

 H1.HeaderClassName
 {
   color: #B98714;
 }
 .AnyTagClassName
 {
   color: #B98714;
 }
</style>
background-color css

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

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

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

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

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

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