Html Css Color HEX #BCB284 Ecru

📋 copy color: '#BCB284'

red 188 ◦ green 178 ◦ blue 132

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

Shades of Ecru #BCB284

Tints of Ecru #BCB284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.51%

R = 37.75%
G = 35.74%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BCB284 (or 0xBCB284) is known color: Ecru. HEX triplet: BC, B2 and 84. RGB value is (188,178,132). Sum of RGB (Red+Green+Blue) = 188+178+132=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB284 is #434D7B. Grayscale: #AFAFAF. Windows color (decimal): -4410748 or 8696508. OLE color: 8696508.

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

Color convert

RGB 188 178 132 -
CMYK 0 0.05 0.30 0.26
HSL 49.29º 0.29% 0.63% -
HSV(B) 49.29º 0.3% 0.74% -
XYZ 40.82 44.2 28.21 -
YUV 175.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 188 178 132 0 0.05 0.30 0.26 49.29 0.29 0.63
Hex BC B2 84 0 5 1E 1A 31 1D 3F
Octal 274 262 204 0 5 36 32 61 35 77
Binary 10111100 10110010 10000100 0 101 11110 11010 110001 11101 111111

Color Harmonies of #BCB284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB284

Black with #BCB284

Text Example


Text Example

White with #BCB284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB284; }

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

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

background-color css

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

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

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

border-color css

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

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

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