Html Css Color HEX #BCA878 Ecru

📋 copy color: '#BCA878'

red 188 ◦ green 168 ◦ blue 120

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

Shades of Ecru #BCA878

Tints of Ecru #BCA878

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.29%

 BLUE value IS 120 (47.27% from 255) = 25.21%

R = 39.5%
G = 35.29%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BCA878 (or 0xBCA878) is known color: Ecru. HEX triplet: BC, A8 and 78. RGB value is (188,168,120). Sum of RGB (Red+Green+Blue) = 188+168+120=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA878 is #435787. Grayscale: #A8A8A8. Windows color (decimal): -4413320 or 7907516. OLE color: 7907516.

HSL color Cylindrical-coordinate representation of color #BCA878: hue angle of 42.35º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCA878 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 168 120 -
CMYK 0 0.11 0.36 0.26
HSL 42.35º 0.34% 0.6% -
HSV(B) 42.35º 0.36% 0.74% -
XYZ 38.13 40.05 23.49 -
YUV 168.51 100.63 141.9 -
System Red Green Blue C M Y K H S L
Decimal 188 168 120 0 0.11 0.36 0.26 42.35 0.34 0.6
Hex BC A8 78 0 B 24 1A 2A 22 3C
Octal 274 250 170 0 13 44 32 52 42 74
Binary 10111100 10101000 1111000 0 1011 100100 11010 101010 100010 111100

Color Harmonies of #BCA878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA878

Black with #BCA878

Text Example


Text Example

White with #BCA878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA878; }

 p { color: rgb(188,168,120); }

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

background-color css

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

 a { background-color: rgb(188,168,120); }

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

border-color css

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

 span { border-color: rgb(188,168,120); }

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