Html Css Color HEX #BDAF7E Ecru

📋 copy color: '#BDAF7E'

red 189 ◦ green 175 ◦ blue 126

#BDAF7E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecru #BDAF7E

Tints of Ecru #BDAF7E

RGB

 RED value IS 189 (74.22% from 255) = 38.57%

 GREEN value IS 175 (68.75% from 255) = 35.71%

 BLUE value IS 126 (49.61% from 255) = 25.71%

R = 38.57%
G = 35.71%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BDAF7E (or 0xBDAF7E) is known color: Ecru. HEX triplet: BD, AF and 7E. RGB value is (189,175,126). Sum of RGB (Red+Green+Blue) = 189+175+126=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF7E is #425081. Grayscale: #ADADAD. Windows color (decimal): -4345986 or 8302525. OLE color: 8302525.

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

Color convert

RGB 189 175 126 -
CMYK 0 0.07 0.33 0.26
HSL 46.67º 0.32% 0.62% -
HSV(B) 46.67º 0.33% 0.74% -
XYZ 40.08 42.99 25.92 -
YUV 173.6 101.14 138.98 -
System Red Green Blue C M Y K H S L
Decimal 189 175 126 0 0.07 0.33 0.26 46.67 0.32 0.62
Hex BD AF 7E 0 7 21 1A 2F 20 3E
Octal 275 257 176 0 7 41 32 57 40 76
Binary 10111101 10101111 1111110 0 111 100001 11010 101111 100000 111110

Color Harmonies of #BDAF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF7E

Black with #BDAF7E

Text Example


Text Example

White with #BDAF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF7E; }

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

 H1.HeaderClassName
 {
   color: #BDAF7E;
 }
 .AnyTagClassName
 {
   color: #BDAF7E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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