Html Css Color HEX #BCB084 Ecru

📋 copy color: '#BCB084'

red 188 ◦ green 176 ◦ blue 132

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

Shades of Ecru #BCB084

Tints of Ecru #BCB084

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.48%

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

R = 37.9%
G = 35.48%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BCB084 (or 0xBCB084) is known color: Ecru. HEX triplet: BC, B0 and 84. RGB value is (188,176,132). Sum of RGB (Red+Green+Blue) = 188+176+132=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB084 is #434F7B. Grayscale: #AEAEAE. Windows color (decimal): -4411260 or 8695996. OLE color: 8695996.

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

Color convert

RGB 188 176 132 -
CMYK 0 0.06 0.30 0.26
HSL 47.14º 0.29% 0.63% -
HSV(B) 47.14º 0.3% 0.74% -
XYZ 40.43 43.41 28.08 -
YUV 174.57 103.98 137.58 -
System Red Green Blue C M Y K H S L
Decimal 188 176 132 0 0.06 0.30 0.26 47.14 0.29 0.63
Hex BC B0 84 0 6 1E 1A 2F 1D 3F
Octal 274 260 204 0 6 36 32 57 35 77
Binary 10111100 10110000 10000100 0 110 11110 11010 101111 11101 111111

Color Harmonies of #BCB084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB084

Black with #BCB084

Text Example


Text Example

White with #BCB084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB084; }

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

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

background-color css

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

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

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

border-color css

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

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

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