Html Css Color HEX #B75371 Royal Heath

📋 copy color: '#B75371'

red 183 ◦ green 83 ◦ blue 113

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

Shades of Royal Heath #B75371

Tints of Royal Heath #B75371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.82%

R = 48.28%
G = 21.9%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B75371 (or 0xB75371) is known color: Royal Heath. HEX triplet: B7, 53 and 71. RGB value is (183,83,113). Sum of RGB (Red+Green+Blue) = 183+83+113=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B75371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75371 is #48AC8E. Grayscale: #747474. Windows color (decimal): -4762767 or 7426999. OLE color: 7426999.

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

Color convert

RGB 183 83 113 -
CMYK 0 0.55 0.38 0.28
HSL 342º 0.41% 0.52% -
HSV(B) 342º 0.55% 0.72% -
XYZ 25.6 17.45 17.64 -
YUV 116.32 126.13 175.56 -
System Red Green Blue C M Y K H S L
Decimal 183 83 113 0 0.55 0.38 0.28 342 0.41 0.52
Hex B7 53 71 0 37 26 1C 156 29 34
Octal 267 123 161 0 67 46 34 526 51 64
Binary 10110111 1010011 1110001 0 110111 100110 11100 101010110 101001 110100

Color Harmonies of #B75371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75371

Black with #B75371

Text Example


Text Example

White with #B75371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75371; }

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

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

background-color css

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

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

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

border-color css

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

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

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