Html Css Color HEX #BCAC7A Ecru

📋 copy color: '#BCAC7A'

red 188 ◦ green 172 ◦ blue 122

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

Shades of Ecru #BCAC7A

Tints of Ecru #BCAC7A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.68%

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

R = 39%
G = 35.68%
B = 25.31%

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

#BCAC7A (or 0xBCAC7A) is known color: Ecru. HEX triplet: BC, AC and 7A. RGB value is (188,172,122). Sum of RGB (Red+Green+Blue) = 188+172+122=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC7A is #435385. Grayscale: #ABABAB. Windows color (decimal): -4412294 or 8039612. OLE color: 8039612.

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

Color convert

RGB 188 172 122 -
CMYK 0 0.09 0.35 0.26
HSL 45.45º 0.33% 0.61% -
HSV(B) 45.45º 0.35% 0.74% -
XYZ 39 41.6 24.39 -
YUV 171.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 188 172 122 0 0.09 0.35 0.26 45.45 0.33 0.61
Hex BC AC 7A 0 9 23 1A 2D 21 3D
Octal 274 254 172 0 11 43 32 55 41 75
Binary 10111100 10101100 1111010 0 1001 100011 11010 101101 100001 111101

Color Harmonies of #BCAC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC7A

Black with #BCAC7A

Text Example


Text Example

White with #BCAC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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