#BEB64C

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

Shades of Sundance #BEB64C

Tints of Sundance #BEB64C

Color information

#BEB64C (or 0xBEB64C) is unknown color: approx Sundance. HEX triplet: BE, B6 and 4C. RGB value is (190,182,76). Sum of RGB (Red+Green+Blue) = 190+182+76=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB64C is #4149B3. Grayscale: #ACACAC. Windows color (decimal): -4278708 or 5027518. OLE color: 5027518.

HSL color Cylindrical-coordinate representation of color #BEB64C: hue angle of 55.79º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEB64C is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19018276-
CMYK00.040.600.25
HSL55.79º46.72%52.16%-
HSV(B)55.79º60%74.51%-
XYZ39.2744.9213.44-
YUV172.3173.65140.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 182 (71.48% from 255) = 40.62%
BLUE value IS 76 (30.08% from 255) = 16.96%
R=42.41%
G=40.62%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901827600.040.600.2555.7946.7252.16
HexBEB64C043C19382f34
Octal276266114047431705764
Binary10111110101101101001100010011110011001111000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB64C; }

 p { color: rgb(190,182,76); }

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

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

 a { background-color: rgb(190,182,76); }

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

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

 span { border-color: rgb(190,182,76); }

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