Html Css Color HEX #B75773 Royal Heath

📋 copy color: '#B75773'

red 183 ◦ green 87 ◦ blue 115

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

Shades of Royal Heath #B75773

Tints of Royal Heath #B75773

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.6%

 BLUE value IS 115 (45.31% from 255) = 29.87%

R = 47.53%
G = 22.6%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B75773 (or 0xB75773) is known color: Royal Heath. HEX triplet: B7, 57 and 73. RGB value is (183,87,115). Sum of RGB (Red+Green+Blue) = 183+87+115=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B75773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75773 is #48A88C. Grayscale: #767676. Windows color (decimal): -4761741 or 7559095. OLE color: 7559095.

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

Color convert

RGB 183 87 115 -
CMYK 0 0.52 0.37 0.28
HSL 342.5º 0.4% 0.53% -
HSV(B) 342.5º 0.52% 0.72% -
XYZ 26.03 18.12 18.35 -
YUV 118.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 183 87 115 0 0.52 0.37 0.28 342.5 0.4 0.53
Hex B7 57 73 0 34 25 1C 156 28 35
Octal 267 127 163 0 64 45 34 526 50 65
Binary 10110111 1010111 1110011 0 110100 100101 11100 101010110 101000 110101

Color Harmonies of #B75773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75773

Black with #B75773

Text Example


Text Example

White with #B75773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75773; }

 p { color: rgb(183,87,115); }

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

background-color css

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

 a { background-color: rgb(183,87,115); }

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

border-color css

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

 span { border-color: rgb(183,87,115); }

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