Html Css Color HEX #BAAF7B Ecru

📋 copy color: '#BAAF7B'

red 186 ◦ green 175 ◦ blue 123

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

Shades of Ecru #BAAF7B

Tints of Ecru #BAAF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.41%

R = 38.43%
G = 36.16%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BAAF7B (or 0xBAAF7B) is known color: Ecru. HEX triplet: BA, AF and 7B. RGB value is (186,175,123). Sum of RGB (Red+Green+Blue) = 186+175+123=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF7B is #455084. Grayscale: #ACACAC. Windows color (decimal): -4542597 or 8105914. OLE color: 8105914.

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

Color convert

RGB 186 175 123 -
CMYK 0 0.06 0.34 0.27
HSL 49.52º 0.31% 0.61% -
HSV(B) 49.52º 0.34% 0.73% -
XYZ 39.15 42.53 24.88 -
YUV 172.36 100.14 137.73 -
System Red Green Blue C M Y K H S L
Decimal 186 175 123 0 0.06 0.34 0.27 49.52 0.31 0.61
Hex BA AF 7B 0 6 22 1B 32 1F 3D
Octal 272 257 173 0 6 42 33 62 37 75
Binary 10111010 10101111 1111011 0 110 100010 11011 110010 11111 111101

Color Harmonies of #BAAF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAF7B

Black with #BAAF7B

Text Example


Text Example

White with #BAAF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAF7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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