Html Css Color HEX #BCB179 Ecru

📋 copy color: '#BCB179'

red 188 ◦ green 177 ◦ blue 121

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

Shades of Ecru #BCB179

Tints of Ecru #BCB179

RGB

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

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

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

R = 38.68%
G = 36.42%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BCB179 (or 0xBCB179) is known color: Ecru. HEX triplet: BC, B1 and 79. RGB value is (188,177,121). Sum of RGB (Red+Green+Blue) = 188+177+121=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB179 is #434E86. Grayscale: #AEAEAE. Windows color (decimal): -4411015 or 7975356. OLE color: 7975356.

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

Color convert

RGB 188 177 121 -
CMYK 0 0.06 0.36 0.26
HSL 50.15º 0.33% 0.61% -
HSV(B) 50.15º 0.36% 0.74% -
XYZ 39.91 43.52 24.39 -
YUV 173.91 98.14 138.05 -
System Red Green Blue C M Y K H S L
Decimal 188 177 121 0 0.06 0.36 0.26 50.15 0.33 0.61
Hex BC B1 79 0 6 24 1A 32 21 3D
Octal 274 261 171 0 6 44 32 62 41 75
Binary 10111100 10110001 1111001 0 110 100100 11010 110010 100001 111101

Color Harmonies of #BCB179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB179

Black with #BCB179

Text Example


Text Example

White with #BCB179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB179; }

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

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

background-color css

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

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

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

border-color css

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

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

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