Html Css Color HEX #B6537F Royal Heath

📋 copy color: '#B6537F'

red 182 ◦ green 83 ◦ blue 127

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

Shades of Royal Heath #B6537F

Tints of Royal Heath #B6537F

RGB

 RED value IS 182 (71.48% from 255) = 46.43%

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

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

R = 46.43%
G = 21.17%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B6537F (or 0xB6537F) is known color: Royal Heath. HEX triplet: B6, 53 and 7F. RGB value is (182,83,127). Sum of RGB (Red+Green+Blue) = 182+83+127=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B6537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6537F is #49AC80. Grayscale: #757575. Windows color (decimal): -4828289 or 8344502. OLE color: 8344502.

HSL color Cylindrical-coordinate representation of color #B6537F: hue angle of 333.33º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B6537F is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 83 127 -
CMYK 0 0.54 0.30 0.29
HSL 333.33º 0.4% 0.52% -
HSV(B) 333.33º 0.54% 0.71% -
XYZ 26.22 17.66 22.11 -
YUV 117.62 133.3 173.92 -
System Red Green Blue C M Y K H S L
Decimal 182 83 127 0 0.54 0.30 0.29 333.33 0.4 0.52
Hex B6 53 7F 0 36 1E 1D 14D 28 34
Octal 266 123 177 0 66 36 35 515 50 64
Binary 10110110 1010011 1111111 0 110110 11110 11101 101001101 101000 110100

Color Harmonies of #B6537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6537F

Black with #B6537F

Text Example


Text Example

White with #B6537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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