#BEAF4D

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

Shades of Sundance #BEAF4D

Tints of Sundance #BEAF4D

Color information

#BEAF4D (or 0xBEAF4D) is unknown color: approx Sundance. HEX triplet: BE, AF and 4D. RGB value is (190,175,77). Sum of RGB (Red+Green+Blue) = 190+175+77=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF4D is #4150B2. Grayscale: #A8A8A8. Windows color (decimal): -4280499 or 5091262. OLE color: 5091262.

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

Color convert

RGB19017577-
CMYK00.080.590.25
HSL52.04º46.5%52.35%-
HSV(B)52.04º59.47%74.51%-
XYZ37.942.1413.16-
YUV168.3176.47143.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.99%
GREEN value IS 175 (68.75% from 255) = 39.59%
BLUE value IS 77 (30.47% from 255) = 17.42%
R=42.99%
G=39.59%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901757700.080.590.2552.0446.552.35
HexBEAF4D083B19342f34
Octal2762571150107331645764
Binary101111101010111110011010100011101111001110100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF4D; }

 p { color: rgb(190,175,77); }

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

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

 a { background-color: rgb(190,175,77); }

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

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

 span { border-color: rgb(190,175,77); }

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