Html Css Color HEX #BCA675 Ecru

📋 copy color: '#BCA675'

red 188 ◦ green 166 ◦ blue 117

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

Shades of Ecru #BCA675

Tints of Ecru #BCA675

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.24%

 BLUE value IS 117 (46.09% from 255) = 24.84%

R = 39.92%
G = 35.24%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BCA675 (or 0xBCA675) is known color: Ecru. HEX triplet: BC, A6 and 75. RGB value is (188,166,117). Sum of RGB (Red+Green+Blue) = 188+166+117=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA675 is #43598A. Grayscale: #A7A7A7. Windows color (decimal): -4413835 or 7710396. OLE color: 7710396.

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

Color convert

RGB 188 166 117 -
CMYK 0 0.12 0.38 0.26
HSL 41.41º 0.35% 0.6% -
HSV(B) 41.41º 0.38% 0.74% -
XYZ 37.59 39.25 22.42 -
YUV 166.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 188 166 117 0 0.12 0.38 0.26 41.41 0.35 0.6
Hex BC A6 75 0 C 26 1A 29 23 3C
Octal 274 246 165 0 14 46 32 51 43 74
Binary 10111100 10100110 1110101 0 1100 100110 11010 101001 100011 111100

Color Harmonies of #BCA675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA675

Black with #BCA675

Text Example


Text Example

White with #BCA675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA675; }

 p { color: rgb(188,166,117); }

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

background-color css

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

 a { background-color: rgb(188,166,117); }

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

border-color css

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

 span { border-color: rgb(188,166,117); }

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