Html Css Color HEX #B7537F Royal Heath

📋 copy color: '#B7537F'

red 183 ◦ green 83 ◦ blue 127

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

Shades of Royal Heath #B7537F

Tints of Royal Heath #B7537F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.32%

R = 46.56%
G = 21.12%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7537F (or 0xB7537F) is known color: Royal Heath. HEX triplet: B7, 53 and 7F. RGB value is (183,83,127). Sum of RGB (Red+Green+Blue) = 183+83+127=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7537F is #48AC80. Grayscale: #757575. Windows color (decimal): -4762753 or 8344503. OLE color: 8344503.

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

Color convert

RGB 183 83 127 -
CMYK 0 0.55 0.31 0.28
HSL 333.6º 0.41% 0.52% -
HSV(B) 333.6º 0.55% 0.72% -
XYZ 26.45 17.79 22.12 -
YUV 117.92 133.13 174.42 -
System Red Green Blue C M Y K H S L
Decimal 183 83 127 0 0.55 0.31 0.28 333.6 0.41 0.52
Hex B7 53 7F 0 37 1F 1C 14E 29 34
Octal 267 123 177 0 67 37 34 516 51 64
Binary 10110111 1010011 1111111 0 110111 11111 11100 101001110 101001 110100

Color Harmonies of #B7537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7537F

Black with #B7537F

Text Example


Text Example

White with #B7537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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