Html Css Color HEX #BC7285 Tapestry

📋 copy color: '#BC7285'

red 188 ◦ green 114 ◦ blue 133

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

Shades of Tapestry #BC7285

Tints of Tapestry #BC7285

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.21%

 BLUE value IS 133 (52.34% from 255) = 30.57%

R = 43.22%
G = 26.21%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC7285 (or 0xBC7285) is known color: Tapestry. HEX triplet: BC, 72 and 85. RGB value is (188,114,133). Sum of RGB (Red+Green+Blue) = 188+114+133=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7285 is #438D7A. Grayscale: #8A8A8A. Windows color (decimal): -4427131 or 8745660. OLE color: 8745660.

HSL color Cylindrical-coordinate representation of color #BC7285: hue angle of 344.59º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC7285 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 114 133 -
CMYK 0 0.39 0.29 0.26
HSL 344.59º 0.36% 0.59% -
HSV(B) 344.59º 0.39% 0.74% -
XYZ 30.99 24.42 25.27 -
YUV 138.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 188 114 133 0 0.39 0.29 0.26 344.59 0.36 0.59
Hex BC 72 85 0 27 1D 1A 159 24 3B
Octal 274 162 205 0 47 35 32 531 44 73
Binary 10111100 1110010 10000101 0 100111 11101 11010 101011001 100100 111011

Color Harmonies of #BC7285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7285

Black with #BC7285

Text Example


Text Example

White with #BC7285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7285; }

 p { color: rgb(188,114,133); }

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

background-color css

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

 a { background-color: rgb(188,114,133); }

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

border-color css

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

 span { border-color: rgb(188,114,133); }

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