Html Css Color HEX #B75E7D Tapestry

📋 copy color: '#B75E7D'

red 183 ◦ green 94 ◦ blue 125

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

Shades of Tapestry #B75E7D

Tints of Tapestry #B75E7D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.38%

 BLUE value IS 125 (49.22% from 255) = 31.09%

R = 45.52%
G = 23.38%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B75E7D (or 0xB75E7D) is known color: Tapestry. HEX triplet: B7, 5E and 7D. RGB value is (183,94,125). Sum of RGB (Red+Green+Blue) = 183+94+125=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75E7D is #48A182. Grayscale: #7C7C7C. Windows color (decimal): -4759939 or 8216247. OLE color: 8216247.

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

Color convert

RGB 183 94 125 -
CMYK 0 0.49 0.32 0.28
HSL 339.1º 0.38% 0.54% -
HSV(B) 339.1º 0.49% 0.72% -
XYZ 27.23 19.55 21.74 -
YUV 124.15 128.49 169.98 -
System Red Green Blue C M Y K H S L
Decimal 183 94 125 0 0.49 0.32 0.28 339.1 0.38 0.54
Hex B7 5E 7D 0 31 20 1C 153 26 36
Octal 267 136 175 0 61 40 34 523 46 66
Binary 10110111 1011110 1111101 0 110001 100000 11100 101010011 100110 110110

Color Harmonies of #B75E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75E7D

Black with #B75E7D

Text Example


Text Example

White with #B75E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75E7D; }

 p { color: rgb(183,94,125); }

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

background-color css

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

 a { background-color: rgb(183,94,125); }

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

border-color css

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

 span { border-color: rgb(183,94,125); }

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