Html Css Color HEX #BCAB7A Ecru

📋 copy color: '#BCAB7A'

red 188 ◦ green 171 ◦ blue 122

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

Shades of Ecru #BCAB7A

Tints of Ecru #BCAB7A

RGB

 RED value IS 188 (73.83% from 255) = 39.09%

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

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

R = 39.09%
G = 35.55%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BCAB7A (or 0xBCAB7A) is known color: Ecru. HEX triplet: BC, AB and 7A. RGB value is (188,171,122). Sum of RGB (Red+Green+Blue) = 188+171+122=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB7A is #435485. Grayscale: #AAAAAA. Windows color (decimal): -4412550 or 8039356. OLE color: 8039356.

HSL color Cylindrical-coordinate representation of color #BCAB7A: hue angle of 44.55º degrees, saturation: 0.33, 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 #BCAB7A is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 122 -
CMYK 0 0.09 0.35 0.26
HSL 44.55º 0.33% 0.61% -
HSV(B) 44.55º 0.35% 0.74% -
XYZ 38.81 41.22 24.32 -
YUV 170.5 100.63 140.48 -
System Red Green Blue C M Y K H S L
Decimal 188 171 122 0 0.09 0.35 0.26 44.55 0.33 0.61
Hex BC AB 7A 0 9 23 1A 2D 21 3D
Octal 274 253 172 0 11 43 32 55 41 75
Binary 10111100 10101011 1111010 0 1001 100011 11010 101101 100001 111101

Color Harmonies of #BCAB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB7A

Black with #BCAB7A

Text Example


Text Example

White with #BCAB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB7A; }

 p { color: rgb(188,171,122); }

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

background-color css

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

 a { background-color: rgb(188,171,122); }

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

border-color css

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

 span { border-color: rgb(188,171,122); }

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