Html Css Color HEX #BCB183 Ecru

📋 copy color: '#BCB183'

red 188 ◦ green 177 ◦ blue 131

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

Shades of Ecru #BCB183

Tints of Ecru #BCB183

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.69%

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

R = 37.9%
G = 35.69%
B = 26.41%

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

#BCB183 (or 0xBCB183) is known color: Ecru. HEX triplet: BC, B1 and 83. RGB value is (188,177,131). Sum of RGB (Red+Green+Blue) = 188+177+131=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB183 is #434E7C. Grayscale: #AFAFAF. Windows color (decimal): -4411005 or 8630716. OLE color: 8630716.

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

Color convert

RGB 188 177 131 -
CMYK 0 0.06 0.30 0.26
HSL 48.42º 0.3% 0.63% -
HSV(B) 48.42º 0.3% 0.74% -
XYZ 40.56 43.77 27.78 -
YUV 175.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 188 177 131 0 0.06 0.30 0.26 48.42 0.3 0.63
Hex BC B1 83 0 6 1E 1A 30 1E 3F
Octal 274 261 203 0 6 36 32 60 36 77
Binary 10111100 10110001 10000011 0 110 11110 11010 110000 11110 111111

Color Harmonies of #BCB183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB183

Black with #BCB183

Text Example


Text Example

White with #BCB183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB183; }

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

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

background-color css

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

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

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

border-color css

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

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

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