Html Css Color HEX #B75376 Royal Heath

📋 copy color: '#B75376'

red 183 ◦ green 83 ◦ blue 118

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

Shades of Royal Heath #B75376

Tints of Royal Heath #B75376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.73%

R = 47.66%
G = 21.61%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B75376 (or 0xB75376) is known color: Royal Heath. HEX triplet: B7, 53 and 76. RGB value is (183,83,118). Sum of RGB (Red+Green+Blue) = 183+83+118=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B75376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75376 is #48AC89. Grayscale: #747474. Windows color (decimal): -4762762 or 7754679. OLE color: 7754679.

HSL color Cylindrical-coordinate representation of color #B75376: hue angle of 339º 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 #B75376 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 83 118 -
CMYK 0 0.55 0.36 0.28
HSL 339º 0.41% 0.52% -
HSV(B) 339º 0.55% 0.72% -
XYZ 25.89 17.56 19.16 -
YUV 116.89 128.63 175.15 -
System Red Green Blue C M Y K H S L
Decimal 183 83 118 0 0.55 0.36 0.28 339 0.41 0.52
Hex B7 53 76 0 37 24 1C 153 29 34
Octal 267 123 166 0 67 44 34 523 51 64
Binary 10110111 1010011 1110110 0 110111 100100 11100 101010011 101001 110100

Color Harmonies of #B75376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75376

Black with #B75376

Text Example


Text Example

White with #B75376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75376; }

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

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

background-color css

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

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

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

border-color css

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

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

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