Html Css Color HEX #BCB382 Ecru

📋 copy color: '#BCB382'

red 188 ◦ green 179 ◦ blue 130

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

Shades of Ecru #BCB382

Tints of Ecru #BCB382

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.02%

 BLUE value IS 130 (51.17% from 255) = 26.16%

R = 37.83%
G = 36.02%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BCB382 (or 0xBCB382) is known color: Ecru. HEX triplet: BC, B3 and 82. RGB value is (188,179,130). Sum of RGB (Red+Green+Blue) = 188+179+130=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB382 is #434C7D. Grayscale: #B0B0B0. Windows color (decimal): -4410494 or 8565692. OLE color: 8565692.

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

Color convert

RGB 188 179 130 -
CMYK 0 0.05 0.31 0.26
HSL 50.69º 0.3% 0.62% -
HSV(B) 50.69º 0.31% 0.74% -
XYZ 40.89 44.54 27.56 -
YUV 176.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 188 179 130 0 0.05 0.31 0.26 50.69 0.3 0.62
Hex BC B3 82 0 5 1F 1A 33 1E 3E
Octal 274 263 202 0 5 37 32 63 36 76
Binary 10111100 10110011 10000010 0 101 11111 11010 110011 11110 111110

Color Harmonies of #BCB382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB382

Black with #BCB382

Text Example


Text Example

White with #BCB382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB382; }

 p { color: rgb(188,179,130); }

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

background-color css

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

 a { background-color: rgb(188,179,130); }

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

border-color css

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

 span { border-color: rgb(188,179,130); }

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