Html Css Color HEX #BCA879 Ecru

📋 copy color: '#BCA879'

red 188 ◦ green 168 ◦ blue 121

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

Shades of Ecru #BCA879

Tints of Ecru #BCA879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.37%

R = 39.41%
G = 35.22%
B = 25.37%

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

#BCA879 (or 0xBCA879) is known color: Ecru. HEX triplet: BC, A8 and 79. RGB value is (188,168,121). Sum of RGB (Red+Green+Blue) = 188+168+121=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA879 is #435786. Grayscale: #A8A8A8. Windows color (decimal): -4413319 or 7973052. OLE color: 7973052.

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

Color convert

RGB 188 168 121 -
CMYK 0 0.11 0.36 0.26
HSL 42.09º 0.33% 0.61% -
HSV(B) 42.09º 0.36% 0.74% -
XYZ 38.19 40.08 23.81 -
YUV 168.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 188 168 121 0 0.11 0.36 0.26 42.09 0.33 0.61
Hex BC A8 79 0 B 24 1A 2A 21 3D
Octal 274 250 171 0 13 44 32 52 41 75
Binary 10111100 10101000 1111001 0 1011 100100 11010 101010 100001 111101

Color Harmonies of #BCA879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA879

Black with #BCA879

Text Example


Text Example

White with #BCA879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA879; }

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

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

background-color css

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

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

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

border-color css

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

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

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