Html Css Color HEX #BCB280 Ecru

📋 copy color: '#BCB280'

red 188 ◦ green 178 ◦ blue 128

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

Shades of Ecru #BCB280

Tints of Ecru #BCB280

RGB

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

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

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

R = 38.06%
G = 36.03%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BCB280 (or 0xBCB280) is known color: Ecru. HEX triplet: BC, B2 and 80. RGB value is (188,178,128). Sum of RGB (Red+Green+Blue) = 188+178+128=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB280 is #434D7F. Grayscale: #AFAFAF. Windows color (decimal): -4410752 or 8434364. OLE color: 8434364.

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

Color convert

RGB 188 178 128 -
CMYK 0 0.05 0.32 0.26
HSL 50º 0.31% 0.62% -
HSV(B) 50º 0.32% 0.74% -
XYZ 40.56 44.09 26.79 -
YUV 175.29 101.31 137.07 -
System Red Green Blue C M Y K H S L
Decimal 188 178 128 0 0.05 0.32 0.26 50 0.31 0.62
Hex BC B2 80 0 5 20 1A 32 1F 3E
Octal 274 262 200 0 5 40 32 62 37 76
Binary 10111100 10110010 10000000 0 101 100000 11010 110010 11111 111110

Color Harmonies of #BCB280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB280

Black with #BCB280

Text Example


Text Example

White with #BCB280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB280; }

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

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

background-color css

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

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

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

border-color css

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

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

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