Html Css Color HEX #B6477B Royal Heath

📋 copy color: '#B6477B'

red 182 ◦ green 71 ◦ blue 123

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

Shades of Royal Heath #B6477B

Tints of Royal Heath #B6477B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.88%

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

R = 48.4%
G = 18.88%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6477B (or 0xB6477B) is known color: Royal Heath. HEX triplet: B6, 47 and 7B. RGB value is (182,71,123). Sum of RGB (Red+Green+Blue) = 182+71+123=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B6477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6477B is #49B884. Grayscale: #6E6E6E. Windows color (decimal): -4831365 or 8079286. OLE color: 8079286.

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

Color convert

RGB 182 71 123 -
CMYK 0 0.61 0.32 0.29
HSL 331.89º 0.44% 0.5% -
HSV(B) 331.89º 0.61% 0.71% -
XYZ 25.12 15.88 20.48 -
YUV 110.12 135.27 179.27 -
System Red Green Blue C M Y K H S L
Decimal 182 71 123 0 0.61 0.32 0.29 331.89 0.44 0.5
Hex B6 47 7B 0 3D 20 1D 14C 2C 32
Octal 266 107 173 0 75 40 35 514 54 62
Binary 10110110 1000111 1111011 0 111101 100000 11101 101001100 101100 110010

Color Harmonies of #B6477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6477B

Black with #B6477B

Text Example


Text Example

White with #B6477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6477B; }

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

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

background-color css

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

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

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

border-color css

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

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

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