#BEB14B

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

Shades of Sundance #BEB14B

Tints of Sundance #BEB14B

Color information

#BEB14B (or 0xBEB14B) is unknown color: approx Sundance. HEX triplet: BE, B1 and 4B. RGB value is (190,177,75). Sum of RGB (Red+Green+Blue) = 190+177+75=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB14B is #414EB4. Grayscale: #A9A9A9. Windows color (decimal): -4279989 or 4960702. OLE color: 4960702.

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

Color convert

RGB19017775-
CMYK00.070.610.25
HSL53.22º46.94%51.96%-
HSV(B)53.22º60.53%74.51%-
XYZ38.2342.912.92-
YUV169.2674.81142.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.99%
GREEN value IS 177 (69.53% from 255) = 40.05%
BLUE value IS 75 (29.69% from 255) = 16.97%
R=42.99%
G=40.05%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901777500.070.610.2553.2246.9451.96
HexBEB14B073D19352f34
Octal276261113077531655764
Binary10111110101100011001011011111110111001110101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB14B; }

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

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

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

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

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

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

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

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