Html Css Color HEX #BCB283 Ecru

📋 copy color: '#BCB283'

red 188 ◦ green 178 ◦ blue 131

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

Shades of Ecru #BCB283

Tints of Ecru #BCB283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.36%

R = 37.83%
G = 35.81%
B = 26.36%

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

#BCB283 (or 0xBCB283) is known color: Ecru. HEX triplet: BC, B2 and 83. RGB value is (188,178,131). Sum of RGB (Red+Green+Blue) = 188+178+131=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB283 is #434D7C. Grayscale: #AFAFAF. Windows color (decimal): -4410749 or 8630972. OLE color: 8630972.

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

Color convert

RGB 188 178 131 -
CMYK 0 0.05 0.30 0.26
HSL 49.47º 0.3% 0.63% -
HSV(B) 49.47º 0.3% 0.74% -
XYZ 40.76 44.17 27.85 -
YUV 175.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 188 178 131 0 0.05 0.30 0.26 49.47 0.3 0.63
Hex BC B2 83 0 5 1E 1A 31 1E 3F
Octal 274 262 203 0 5 36 32 61 36 77
Binary 10111100 10110010 10000011 0 101 11110 11010 110001 11110 111111

Color Harmonies of #BCB283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB283

Black with #BCB283

Text Example


Text Example

White with #BCB283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB283; }

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

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

background-color css

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

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

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

border-color css

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

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

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