Html Css Color HEX #BCAB77 Ecru

📋 copy color: '#BCAB77'

red 188 ◦ green 171 ◦ blue 119

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

Shades of Ecru #BCAB77

Tints of Ecru #BCAB77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.9%

R = 39.33%
G = 35.77%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BCAB77 (or 0xBCAB77) is known color: Ecru. HEX triplet: BC, AB and 77. RGB value is (188,171,119). Sum of RGB (Red+Green+Blue) = 188+171+119=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB77 is #435488. Grayscale: #AAAAAA. Windows color (decimal): -4412553 or 7842748. OLE color: 7842748.

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

Color convert

RGB 188 171 119 -
CMYK 0 0.09 0.37 0.26
HSL 45.22º 0.34% 0.6% -
HSV(B) 45.22º 0.37% 0.74% -
XYZ 38.63 41.15 23.36 -
YUV 170.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 188 171 119 0 0.09 0.37 0.26 45.22 0.34 0.6
Hex BC AB 77 0 9 25 1A 2D 22 3C
Octal 274 253 167 0 11 45 32 55 42 74
Binary 10111100 10101011 1110111 0 1001 100101 11010 101101 100010 111100

Color Harmonies of #BCAB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB77

Black with #BCAB77

Text Example


Text Example

White with #BCAB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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