Html Css Color HEX #B6517B Royal Heath

📋 copy color: '#B6517B'

red 182 ◦ green 81 ◦ blue 123

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

Shades of Royal Heath #B6517B

Tints of Royal Heath #B6517B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.98%

 BLUE value IS 123 (48.44% from 255) = 31.87%

R = 47.15%
G = 20.98%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6517B (or 0xB6517B) is known color: Royal Heath. HEX triplet: B6, 51 and 7B. RGB value is (182,81,123). Sum of RGB (Red+Green+Blue) = 182+81+123=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B6517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6517B is #49AE84. Grayscale: #737373. Windows color (decimal): -4828805 or 8081846. OLE color: 8081846.

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

Color convert

RGB 182 81 123 -
CMYK 0 0.55 0.32 0.29
HSL 335.05º 0.41% 0.52% -
HSV(B) 335.05º 0.55% 0.71% -
XYZ 25.81 17.26 20.71 -
YUV 115.99 131.96 175.08 -
System Red Green Blue C M Y K H S L
Decimal 182 81 123 0 0.55 0.32 0.29 335.05 0.41 0.52
Hex B6 51 7B 0 37 20 1D 14F 29 34
Octal 266 121 173 0 67 40 35 517 51 64
Binary 10110110 1010001 1111011 0 110111 100000 11101 101001111 101001 110100

Color Harmonies of #B6517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6517B

Black with #B6517B

Text Example


Text Example

White with #B6517B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6517B; }

 p { color: rgb(182,81,123); }

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

background-color css

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

 a { background-color: rgb(182,81,123); }

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

border-color css

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

 span { border-color: rgb(182,81,123); }

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