Html Css Color HEX #BC7483 Tapestry

📋 copy color: '#BC7483'

red 188 ◦ green 116 ◦ blue 131

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

Shades of Tapestry #BC7483

Tints of Tapestry #BC7483

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.67%

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

R = 43.22%
G = 26.67%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC7483 (or 0xBC7483) is known color: Tapestry. HEX triplet: BC, 74 and 83. RGB value is (188,116,131). Sum of RGB (Red+Green+Blue) = 188+116+131=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7483 is #438B7C. Grayscale: #8B8B8B. Windows color (decimal): -4426621 or 8615100. OLE color: 8615100.

HSL color Cylindrical-coordinate representation of color #BC7483: hue angle of 347.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC7483 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 116 131 -
CMYK 0 0.38 0.30 0.26
HSL 347.5º 0.35% 0.6% -
HSV(B) 347.5º 0.38% 0.74% -
XYZ 31.08 24.82 24.63 -
YUV 139.24 123.35 162.78 -
System Red Green Blue C M Y K H S L
Decimal 188 116 131 0 0.38 0.30 0.26 347.5 0.35 0.6
Hex BC 74 83 0 26 1E 1A 15C 23 3C
Octal 274 164 203 0 46 36 32 534 43 74
Binary 10111100 1110100 10000011 0 100110 11110 11010 101011100 100011 111100

Color Harmonies of #BC7483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7483

Black with #BC7483

Text Example


Text Example

White with #BC7483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7483; }

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

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

background-color css

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

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

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

border-color css

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

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

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