Html Css Color HEX #B75C83 Tapestry

📋 copy color: '#B75C83'

red 183 ◦ green 92 ◦ blue 131

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

Shades of Tapestry #B75C83

Tints of Tapestry #B75C83

RGB

 RED value IS 183 (71.88% from 255) = 45.07%

 GREEN value IS 92 (36.33% from 255) = 22.66%

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

R = 45.07%
G = 22.66%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B75C83 (or 0xB75C83) is known color: Tapestry. HEX triplet: B7, 5C and 83. RGB value is (183,92,131). Sum of RGB (Red+Green+Blue) = 183+92+131=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75C83 is #48A37C. Grayscale: #7B7B7B. Windows color (decimal): -4760445 or 8608951. OLE color: 8608951.

HSL color Cylindrical-coordinate representation of color #B75C83: hue angle of 334.29º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B75C83 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 92 131 -
CMYK 0 0.50 0.28 0.28
HSL 334.29º 0.39% 0.54% -
HSV(B) 334.29º 0.5% 0.72% -
XYZ 27.45 19.36 23.76 -
YUV 123.66 132.15 170.33 -
System Red Green Blue C M Y K H S L
Decimal 183 92 131 0 0.50 0.28 0.28 334.29 0.39 0.54
Hex B7 5C 83 0 32 1C 1C 14E 27 36
Octal 267 134 203 0 62 34 34 516 47 66
Binary 10110111 1011100 10000011 0 110010 11100 11100 101001110 100111 110110

Color Harmonies of #B75C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75C83

Black with #B75C83

Text Example


Text Example

White with #B75C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75C83; }

 p { color: rgb(183,92,131); }

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

background-color css

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

 a { background-color: rgb(183,92,131); }

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

border-color css

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

 span { border-color: rgb(183,92,131); }

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