Html Css Color HEX #BCAB78 Ecru

📋 copy color: '#BCAB78'

red 188 ◦ green 171 ◦ blue 120

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

Shades of Ecru #BCAB78

Tints of Ecru #BCAB78

RGB

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

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

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

R = 39.25%
G = 35.7%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BCAB78 (or 0xBCAB78) is known color: Ecru. HEX triplet: BC, AB and 78. RGB value is (188,171,120). Sum of RGB (Red+Green+Blue) = 188+171+120=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB78 is #435487. Grayscale: #AAAAAA. Windows color (decimal): -4412552 or 7908284. OLE color: 7908284.

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

Color convert

RGB 188 171 120 -
CMYK 0 0.09 0.36 0.26
HSL 45º 0.34% 0.6% -
HSV(B) 45º 0.36% 0.74% -
XYZ 38.69 41.17 23.68 -
YUV 170.27 99.63 140.65 -
System Red Green Blue C M Y K H S L
Decimal 188 171 120 0 0.09 0.36 0.26 45 0.34 0.6
Hex BC AB 78 0 9 24 1A 2D 22 3C
Octal 274 253 170 0 11 44 32 55 42 74
Binary 10111100 10101011 1111000 0 1001 100100 11010 101101 100010 111100

Color Harmonies of #BCAB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB78

Black with #BCAB78

Text Example


Text Example

White with #BCAB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB78; }

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

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

background-color css

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

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

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

border-color css

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

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

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