Html Css Color HEX #B6557B Royal Heath

📋 copy color: '#B6557B'

red 182 ◦ green 85 ◦ blue 123

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

Shades of Royal Heath #B6557B

Tints of Royal Heath #B6557B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.79%

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

R = 46.67%
G = 21.79%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6557B (or 0xB6557B) is known color: Royal Heath. HEX triplet: B6, 55 and 7B. RGB value is (182,85,123). Sum of RGB (Red+Green+Blue) = 182+85+123=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B6557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6557B is #49AA84. Grayscale: #767676. Windows color (decimal): -4827781 or 8082870. OLE color: 8082870.

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

Color convert

RGB 182 85 123 -
CMYK 0 0.53 0.32 0.29
HSL 336.49º 0.4% 0.52% -
HSV(B) 336.49º 0.53% 0.71% -
XYZ 26.12 17.87 20.81 -
YUV 118.34 130.64 173.41 -
System Red Green Blue C M Y K H S L
Decimal 182 85 123 0 0.53 0.32 0.29 336.49 0.4 0.52
Hex B6 55 7B 0 35 20 1D 150 28 34
Octal 266 125 173 0 65 40 35 520 50 64
Binary 10110110 1010101 1111011 0 110101 100000 11101 101010000 101000 110100

Color Harmonies of #B6557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6557B

Black with #B6557B

Text Example


Text Example

White with #B6557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6557B; }

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

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

background-color css

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

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

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

border-color css

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

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

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