Html Css Color HEX #B9477B Royal Heath

📋 copy color: '#B9477B'

red 185 ◦ green 71 ◦ blue 123

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

Shades of Royal Heath #B9477B

Tints of Royal Heath #B9477B

RGB

 RED value IS 185 (72.66% from 255) = 48.81%

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

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

R = 48.81%
G = 18.73%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9477B (or 0xB9477B) is known color: Royal Heath. HEX triplet: B9, 47 and 7B. RGB value is (185,71,123). Sum of RGB (Red+Green+Blue) = 185+71+123=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9477B is #46B884. Grayscale: #6E6E6E. Windows color (decimal): -4634757 or 8079289. OLE color: 8079289.

HSL color Cylindrical-coordinate representation of color #B9477B: hue angle of 332.63º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9477B is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 71 123 -
CMYK 0 0.62 0.34 0.27
HSL 332.63º 0.45% 0.5% -
HSV(B) 332.63º 0.62% 0.73% -
XYZ 25.84 16.25 20.51 -
YUV 111.01 134.77 180.77 -
System Red Green Blue C M Y K H S L
Decimal 185 71 123 0 0.62 0.34 0.27 332.63 0.45 0.5
Hex B9 47 7B 0 3E 22 1B 14D 2D 32
Octal 271 107 173 0 76 42 33 515 55 62
Binary 10111001 1000111 1111011 0 111110 100010 11011 101001101 101101 110010

Color Harmonies of #B9477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9477B

Black with #B9477B

Text Example


Text Example

White with #B9477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9477B; }

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

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

background-color css

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

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

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

border-color css

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

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

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