Html Css Color HEX #BDAF7D Ecru

📋 copy color: '#BDAF7D'

red 189 ◦ green 175 ◦ blue 125

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

Shades of Ecru #BDAF7D

Tints of Ecru #BDAF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.56%

R = 38.65%
G = 35.79%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BDAF7D (or 0xBDAF7D) is known color: Ecru. HEX triplet: BD, AF and 7D. RGB value is (189,175,125). Sum of RGB (Red+Green+Blue) = 189+175+125=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF7D is #425082. Grayscale: #ADADAD. Windows color (decimal): -4345987 or 8236989. OLE color: 8236989.

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

Color convert

RGB 189 175 125 -
CMYK 0 0.07 0.34 0.26
HSL 46.88º 0.33% 0.62% -
HSV(B) 46.88º 0.34% 0.74% -
XYZ 40.02 42.96 25.58 -
YUV 173.49 100.64 139.07 -
System Red Green Blue C M Y K H S L
Decimal 189 175 125 0 0.07 0.34 0.26 46.88 0.33 0.62
Hex BD AF 7D 0 7 22 1A 2F 21 3E
Octal 275 257 175 0 7 42 32 57 41 76
Binary 10111101 10101111 1111101 0 111 100010 11010 101111 100001 111110

Color Harmonies of #BDAF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF7D

Black with #BDAF7D

Text Example


Text Example

White with #BDAF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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