Html Css Color HEX #BAAB7B Ecru

📋 copy color: '#BAAB7B'

red 186 ◦ green 171 ◦ blue 123

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

Shades of Ecru #BAAB7B

Tints of Ecru #BAAB7B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.63%

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

R = 38.75%
G = 35.63%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BAAB7B (or 0xBAAB7B) is known color: Ecru. HEX triplet: BA, AB and 7B. RGB value is (186,171,123). Sum of RGB (Red+Green+Blue) = 186+171+123=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAB7B is #455484. Grayscale: #AAAAAA. Windows color (decimal): -4543621 or 8104890. OLE color: 8104890.

HSL color Cylindrical-coordinate representation of color #BAAB7B: hue angle of 45.71º 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 #BAAB7B is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 171 123 -
CMYK 0 0.08 0.34 0.27
HSL 45.71º 0.31% 0.61% -
HSV(B) 45.71º 0.34% 0.73% -
XYZ 38.39 40.99 24.63 -
YUV 170.01 101.47 139.4 -
System Red Green Blue C M Y K H S L
Decimal 186 171 123 0 0.08 0.34 0.27 45.71 0.31 0.61
Hex BA AB 7B 0 8 22 1B 2E 1F 3D
Octal 272 253 173 0 10 42 33 56 37 75
Binary 10111010 10101011 1111011 0 1000 100010 11011 101110 11111 111101

Color Harmonies of #BAAB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAB7B

Black with #BAAB7B

Text Example


Text Example

White with #BAAB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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