#BDAF4F

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

Shades of Sundance #BDAF4F

Tints of Sundance #BDAF4F

Color information

#BDAF4F (or 0xBDAF4F) is unknown color: approx Sundance. HEX triplet: BD, AF and 4F. RGB value is (189,175,79). Sum of RGB (Red+Green+Blue) = 189+175+79=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF4F is #4250B0. Grayscale: #A8A8A8. Windows color (decimal): -4346033 or 5222333. OLE color: 5222333.

HSL color Cylindrical-coordinate representation of color #BDAF4F: hue angle of 52.36º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDAF4F is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB18917579-
CMYK00.070.580.26
HSL52.36º45.45%52.55%-
HSV(B)52.36º58.2%74.12%-
XYZ37.7342.0413.52-
YUV168.2477.64142.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 175 (68.75% from 255) = 39.50%
BLUE value IS 79 (31.25% from 255) = 17.83%
R=42.66%
G=39.50%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891757900.070.580.2652.3645.4552.55
HexBDAF4F073A1A342d35
Octal275257117077232645565
Binary10111101101011111001111011111101011010110100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF4F; }

 p { color: rgb(189,175,79); }

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

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

 a { background-color: rgb(189,175,79); }

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

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

 span { border-color: rgb(189,175,79); }

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