Html Css Color HEX #BCB177 Ecru

📋 copy color: '#BCB177'

red 188 ◦ green 177 ◦ blue 119

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

Shades of Ecru #BCB177

Tints of Ecru #BCB177

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.57%

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

R = 38.84%
G = 36.57%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BCB177 (or 0xBCB177) is known color: Ecru. HEX triplet: BC, B1 and 77. RGB value is (188,177,119). Sum of RGB (Red+Green+Blue) = 188+177+119=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB177 is #434E88. Grayscale: #ADADAD. Windows color (decimal): -4411017 or 7844284. OLE color: 7844284.

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

Color convert

RGB 188 177 119 -
CMYK 0 0.06 0.37 0.26
HSL 50.43º 0.34% 0.6% -
HSV(B) 50.43º 0.37% 0.74% -
XYZ 39.79 43.47 23.75 -
YUV 173.68 97.14 138.22 -
System Red Green Blue C M Y K H S L
Decimal 188 177 119 0 0.06 0.37 0.26 50.43 0.34 0.6
Hex BC B1 77 0 6 25 1A 32 22 3C
Octal 274 261 167 0 6 45 32 62 42 74
Binary 10111100 10110001 1110111 0 110 100101 11010 110010 100010 111100

Color Harmonies of #BCB177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB177

Black with #BCB177

Text Example


Text Example

White with #BCB177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB177; }

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

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

background-color css

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

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

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

border-color css

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

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

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