Html Css Color HEX #BDAF7A Ecru

📋 copy color: '#BDAF7A'

red 189 ◦ green 175 ◦ blue 122

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

Shades of Ecru #BDAF7A

Tints of Ecru #BDAF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.1%

R = 38.89%
G = 36.01%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BDAF7A (or 0xBDAF7A) is known color: Ecru. HEX triplet: BD, AF and 7A. RGB value is (189,175,122). Sum of RGB (Red+Green+Blue) = 189+175+122=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF7A is #425085. Grayscale: #ADADAD. Windows color (decimal): -4345990 or 8040381. OLE color: 8040381.

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

Color convert

RGB 189 175 122 -
CMYK 0 0.07 0.35 0.26
HSL 47.46º 0.34% 0.61% -
HSV(B) 47.46º 0.35% 0.74% -
XYZ 39.83 42.88 24.59 -
YUV 173.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 189 175 122 0 0.07 0.35 0.26 47.46 0.34 0.61
Hex BD AF 7A 0 7 23 1A 2F 22 3D
Octal 275 257 172 0 7 43 32 57 42 75
Binary 10111101 10101111 1111010 0 111 100011 11010 101111 100010 111101

Color Harmonies of #BDAF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF7A

Black with #BDAF7A

Text Example


Text Example

White with #BDAF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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