Html Css Color HEX #B75373 Royal Heath

📋 copy color: '#B75373'

red 183 ◦ green 83 ◦ blue 115

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

Shades of Royal Heath #B75373

Tints of Royal Heath #B75373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.78%

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

R = 48.03%
G = 21.78%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B75373 (or 0xB75373) is known color: Royal Heath. HEX triplet: B7, 53 and 73. RGB value is (183,83,115). Sum of RGB (Red+Green+Blue) = 183+83+115=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B75373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75373 is #48AC8C. Grayscale: #747474. Windows color (decimal): -4762765 or 7558071. OLE color: 7558071.

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

Color convert

RGB 183 83 115 -
CMYK 0 0.55 0.37 0.28
HSL 340.8º 0.41% 0.52% -
HSV(B) 340.8º 0.55% 0.72% -
XYZ 25.72 17.49 18.24 -
YUV 116.55 127.13 175.4 -
System Red Green Blue C M Y K H S L
Decimal 183 83 115 0 0.55 0.37 0.28 340.8 0.41 0.52
Hex B7 53 73 0 37 25 1C 155 29 34
Octal 267 123 163 0 67 45 34 525 51 64
Binary 10110111 1010011 1110011 0 110111 100101 11100 101010101 101001 110100

Color Harmonies of #B75373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75373

Black with #B75373

Text Example


Text Example

White with #B75373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75373; }

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

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

background-color css

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

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

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

border-color css

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

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

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