#BE8A06

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

Shades of Dark Goldenrod #BE8A06

Tints of Dark Goldenrod #BE8A06

Color information

#BE8A06 (or 0xBE8A06) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 8A and 06. RGB value is (190,138,6). Sum of RGB (Red+Green+Blue) = 190+138+6=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8A06 is #4175F9. Grayscale: #8B8B8B. Windows color (decimal): -4290042 or 428734. OLE color: 428734.

HSL color Cylindrical-coordinate representation of color #BE8A06: hue angle of 43.04º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE8A06 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB1901386-
CMYK00.270.970.25
HSL43.04º93.88%38.43%-
HSV(B)43.04º96.84%74.51%-
XYZ30.3629.144.2-
YUV138.553.23164.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.89%
GREEN value IS 138 (54.30% from 255) = 41.32%
BLUE value IS 6 (2.73% from 255) = 1.80%
R=56.89%
G=41.32%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190138600.270.970.2543.0493.8838.43
HexBE8A601B61192b5e26
Octal2762126033141315313646
Binary10111110100010101100110111100001110011010111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8A06; }

 p { color: rgb(190,138,6); }

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

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

 a { background-color: rgb(190,138,6); }

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

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

 span { border-color: rgb(190,138,6); }

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