Html Css Color HEX #BCAE7A Ecru

📋 copy color: '#BCAE7A'

red 188 ◦ green 174 ◦ blue 122

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

Shades of Ecru #BCAE7A

Tints of Ecru #BCAE7A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.95%

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

R = 38.84%
G = 35.95%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BCAE7A (or 0xBCAE7A) is known color: Ecru. HEX triplet: BC, AE and 7A. RGB value is (188,174,122). Sum of RGB (Red+Green+Blue) = 188+174+122=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE7A is #435185. Grayscale: #ACACAC. Windows color (decimal): -4411782 or 8040124. OLE color: 8040124.

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

Color convert

RGB 188 174 122 -
CMYK 0 0.07 0.35 0.26
HSL 47.27º 0.33% 0.61% -
HSV(B) 47.27º 0.35% 0.74% -
XYZ 39.39 42.37 24.51 -
YUV 172.26 99.64 139.23 -
System Red Green Blue C M Y K H S L
Decimal 188 174 122 0 0.07 0.35 0.26 47.27 0.33 0.61
Hex BC AE 7A 0 7 23 1A 2F 21 3D
Octal 274 256 172 0 7 43 32 57 41 75
Binary 10111100 10101110 1111010 0 111 100011 11010 101111 100001 111101

Color Harmonies of #BCAE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE7A

Black with #BCAE7A

Text Example


Text Example

White with #BCAE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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