#BEB34C

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

Shades of Sundance #BEB34C

Tints of Sundance #BEB34C

Color information

#BEB34C (or 0xBEB34C) is unknown color: approx Sundance. HEX triplet: BE, B3 and 4C. RGB value is (190,179,76). Sum of RGB (Red+Green+Blue) = 190+179+76=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB34C is #414CB3. Grayscale: #AAAAAA. Windows color (decimal): -4279476 or 5026750. OLE color: 5026750.

HSL color Cylindrical-coordinate representation of color #BEB34C: hue angle of 54.21º 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 #BEB34C is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19017976-
CMYK00.060.600.25
HSL54.21º46.72%52.16%-
HSV(B)54.21º60%74.51%-
XYZ38.6643.7113.24-
YUV170.5574.64141.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 179 (70.31% from 255) = 40.22%
BLUE value IS 76 (30.08% from 255) = 17.08%
R=42.70%
G=40.22%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901797600.060.600.2554.2146.7252.16
HexBEB34C063C19362f34
Octal276263114067431665764
Binary10111110101100111001100011011110011001110110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB34C; }

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

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

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

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

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

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

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

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