Html Css Color HEX #BCB580 Ecru

📋 copy color: '#BCB580'

red 188 ◦ green 181 ◦ blue 128

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

Shades of Ecru #BCB580

Tints of Ecru #BCB580

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.42%

 BLUE value IS 128 (50.39% from 255) = 25.75%

R = 37.83%
G = 36.42%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BCB580 (or 0xBCB580) is known color: Ecru. HEX triplet: BC, B5 and 80. RGB value is (188,181,128). Sum of RGB (Red+Green+Blue) = 188+181+128=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB580 is #434A7F. Grayscale: #B1B1B1. Windows color (decimal): -4409984 or 8435132. OLE color: 8435132.

HSL color Cylindrical-coordinate representation of color #BCB580: hue angle of 53º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCB580 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 181 128 -
CMYK 0 0.04 0.32 0.26
HSL 53º 0.31% 0.62% -
HSV(B) 53º 0.32% 0.74% -
XYZ 41.16 45.3 27 -
YUV 177.05 100.32 135.81 -
System Red Green Blue C M Y K H S L
Decimal 188 181 128 0 0.04 0.32 0.26 53 0.31 0.62
Hex BC B5 80 0 4 20 1A 35 1F 3E
Octal 274 265 200 0 4 40 32 65 37 76
Binary 10111100 10110101 10000000 0 100 100000 11010 110101 11111 111110

Color Harmonies of #BCB580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB580

Black with #BCB580

Text Example


Text Example

White with #BCB580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB580; }

 p { color: rgb(188,181,128); }

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

background-color css

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

 a { background-color: rgb(188,181,128); }

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

border-color css

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

 span { border-color: rgb(188,181,128); }

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