Html Css Color HEX #B75A80 Royal Heath

📋 copy color: '#B75A80'

red 183 ◦ green 90 ◦ blue 128

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

Shades of Royal Heath #B75A80

Tints of Royal Heath #B75A80

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.44%

 BLUE value IS 128 (50.39% from 255) = 31.92%

R = 45.64%
G = 22.44%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B75A80 (or 0xB75A80) is known color: Royal Heath. HEX triplet: B7, 5A and 80. RGB value is (183,90,128). Sum of RGB (Red+Green+Blue) = 183+90+128=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75A80 is #48A57F. Grayscale: #7A7A7A. Windows color (decimal): -4760960 or 8411831. OLE color: 8411831.

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

Color convert

RGB 183 90 128 -
CMYK 0 0.51 0.30 0.28
HSL 335.48º 0.39% 0.54% -
HSV(B) 335.48º 0.51% 0.72% -
XYZ 27.08 18.94 22.65 -
YUV 122.14 131.31 171.41 -
System Red Green Blue C M Y K H S L
Decimal 183 90 128 0 0.51 0.30 0.28 335.48 0.39 0.54
Hex B7 5A 80 0 33 1E 1C 14F 27 36
Octal 267 132 200 0 63 36 34 517 47 66
Binary 10110111 1011010 10000000 0 110011 11110 11100 101001111 100111 110110

Color Harmonies of #B75A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75A80

Black with #B75A80

Text Example


Text Example

White with #B75A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75A80; }

 p { color: rgb(183,90,128); }

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

background-color css

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

 a { background-color: rgb(183,90,128); }

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

border-color css

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

 span { border-color: rgb(183,90,128); }

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