#BEB34B

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

Shades of Sundance #BEB34B

Tints of Sundance #BEB34B

Color information

#BEB34B (or 0xBEB34B) is unknown color: approx Sundance. HEX triplet: BE, B3 and 4B. RGB value is (190,179,75). Sum of RGB (Red+Green+Blue) = 190+179+75=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB34B is #414CB4. Grayscale: #AAAAAA. Windows color (decimal): -4279477 or 4961214. OLE color: 4961214.

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

Color convert

RGB19017975-
CMYK00.060.610.25
HSL54.26º46.94%51.96%-
HSV(B)54.26º60.53%74.51%-
XYZ38.6343.713.05-
YUV170.4374.14141.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 179 (70.31% from 255) = 40.32%
BLUE value IS 75 (29.69% from 255) = 16.89%
R=42.79%
G=40.32%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901797500.060.610.2554.2646.9451.96
HexBEB34B063D19362f34
Octal276263113067531665764
Binary10111110101100111001011011011110111001110110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB34B; }

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

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

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

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

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

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

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

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