#BDAF83

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

Shades of Ecru #BDAF83

Tints of Ecru #BDAF83

Color information

#BDAF83 (or 0xBDAF83) is unknown color: approx Ecru. HEX triplet: BD, AF and 83. RGB value is (189,175,131). Sum of RGB (Red+Green+Blue) = 189+175+131=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF83 is #42507C. Grayscale: #AEAEAE. Windows color (decimal): -4345981 or 8630205. OLE color: 8630205.

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

Color convert

RGB189175131-
CMYK00.070.310.26
HSL45.52º30.53%62.75%-
HSV(B)45.52º30.69%74.12%-
XYZ40.4143.1227.67-
YUV174.17103.64138.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 131 (51.56% from 255) = 26.46%
R=38.18%
G=35.35%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917513100.070.310.2645.5230.5362.75
HexBDAF83071F1A2e1f3f
Octal275257203073732563777
Binary1011110110101111100000110111111111101010111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF83; }

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

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

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

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

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

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

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

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