Html Css Color HEX #BAAF7D Ecru

📋 copy color: '#BAAF7D'

red 186 ◦ green 175 ◦ blue 125

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

Shades of Ecru #BAAF7D

Tints of Ecru #BAAF7D

RGB

 RED value IS 186 (73.05% from 255) = 38.27%

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

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

R = 38.27%
G = 36.01%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BAAF7D (or 0xBAAF7D) is known color: Ecru. HEX triplet: BA, AF and 7D. RGB value is (186,175,125). Sum of RGB (Red+Green+Blue) = 186+175+125=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF7D is #455082. Grayscale: #ACACAC. Windows color (decimal): -4542595 or 8236986. OLE color: 8236986.

HSL color Cylindrical-coordinate representation of color #BAAF7D: hue angle of 49.18º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAAF7D is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 175 125 -
CMYK 0 0.06 0.33 0.27
HSL 49.18º 0.31% 0.61% -
HSV(B) 49.18º 0.33% 0.73% -
XYZ 39.28 42.58 25.55 -
YUV 172.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 186 175 125 0 0.06 0.33 0.27 49.18 0.31 0.61
Hex BA AF 7D 0 6 21 1B 31 1F 3D
Octal 272 257 175 0 6 41 33 61 37 75
Binary 10111010 10101111 1111101 0 110 100001 11011 110001 11111 111101

Color Harmonies of #BAAF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAF7D

Black with #BAAF7D

Text Example


Text Example

White with #BAAF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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