Html Css Color HEX #BCB285 Ecru

📋 copy color: '#BCB285'

red 188 ◦ green 178 ◦ blue 133

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

Shades of Ecru #BCB285

Tints of Ecru #BCB285

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.67%

 BLUE value IS 133 (52.34% from 255) = 26.65%

R = 37.68%
G = 35.67%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BCB285 (or 0xBCB285) is known color: Ecru. HEX triplet: BC, B2 and 85. RGB value is (188,178,133). Sum of RGB (Red+Green+Blue) = 188+178+133=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB285 is #434D7A. Grayscale: #B0B0B0. Windows color (decimal): -4410747 or 8762044. OLE color: 8762044.

HSL color Cylindrical-coordinate representation of color #BCB285: hue angle of 49.09º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCB285 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 178 133 -
CMYK 0 0.05 0.29 0.26
HSL 49.09º 0.29% 0.63% -
HSV(B) 49.09º 0.29% 0.74% -
XYZ 40.89 44.23 28.57 -
YUV 175.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 188 178 133 0 0.05 0.29 0.26 49.09 0.29 0.63
Hex BC B2 85 0 5 1D 1A 31 1D 3F
Octal 274 262 205 0 5 35 32 61 35 77
Binary 10111100 10110010 10000101 0 101 11101 11010 110001 11101 111111

Color Harmonies of #BCB285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB285

Black with #BCB285

Text Example


Text Example

White with #BCB285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB285; }

 p { color: rgb(188,178,133); }

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

background-color css

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

 a { background-color: rgb(188,178,133); }

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

border-color css

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

 span { border-color: rgb(188,178,133); }

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