Html Css Color HEX #B75575 Royal Heath

📋 copy color: '#B75575'

red 183 ◦ green 85 ◦ blue 117

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

Shades of Royal Heath #B75575

Tints of Royal Heath #B75575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.08%

 BLUE value IS 117 (46.09% from 255) = 30.39%

R = 47.53%
G = 22.08%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B75575 (or 0xB75575) is known color: Royal Heath. HEX triplet: B7, 55 and 75. RGB value is (183,85,117). Sum of RGB (Red+Green+Blue) = 183+85+117=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B75575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75575 is #48AA8A. Grayscale: #757575. Windows color (decimal): -4762251 or 7689655. OLE color: 7689655.

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

Color convert

RGB 183 85 117 -
CMYK 0 0.54 0.36 0.28
HSL 340.41º 0.4% 0.53% -
HSV(B) 340.41º 0.54% 0.72% -
XYZ 25.99 17.85 18.91 -
YUV 117.95 127.47 174.4 -
System Red Green Blue C M Y K H S L
Decimal 183 85 117 0 0.54 0.36 0.28 340.41 0.4 0.53
Hex B7 55 75 0 36 24 1C 154 28 35
Octal 267 125 165 0 66 44 34 524 50 65
Binary 10110111 1010101 1110101 0 110110 100100 11100 101010100 101000 110101

Color Harmonies of #B75575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75575

Black with #B75575

Text Example


Text Example

White with #B75575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75575; }

 p { color: rgb(183,85,117); }

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

background-color css

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

 a { background-color: rgb(183,85,117); }

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

border-color css

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

 span { border-color: rgb(183,85,117); }

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