Html Css Color HEX #BCA978 Ecru

📋 copy color: '#BCA978'

red 188 ◦ green 169 ◦ blue 120

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

Shades of Ecru #BCA978

Tints of Ecru #BCA978

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.43%

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

R = 39.41%
G = 35.43%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BCA978 (or 0xBCA978) is known color: Ecru. HEX triplet: BC, A9 and 78. RGB value is (188,169,120). Sum of RGB (Red+Green+Blue) = 188+169+120=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA978 is #435687. Grayscale: #A9A9A9. Windows color (decimal): -4413064 or 7907772. OLE color: 7907772.

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

Color convert

RGB 188 169 120 -
CMYK 0 0.10 0.36 0.26
HSL 43.24º 0.34% 0.6% -
HSV(B) 43.24º 0.36% 0.74% -
XYZ 38.32 40.42 23.55 -
YUV 169.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 188 169 120 0 0.10 0.36 0.26 43.24 0.34 0.6
Hex BC A9 78 0 A 24 1A 2B 22 3C
Octal 274 251 170 0 12 44 32 53 42 74
Binary 10111100 10101001 1111000 0 1010 100100 11010 101011 100010 111100

Color Harmonies of #BCA978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA978

Black with #BCA978

Text Example


Text Example

White with #BCA978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA978; }

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

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

background-color css

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

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

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

border-color css

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

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

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