Html Css Color HEX #B9497B Royal Heath

📋 copy color: '#B9497B'

red 185 ◦ green 73 ◦ blue 123

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

Shades of Royal Heath #B9497B

Tints of Royal Heath #B9497B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.16%

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

R = 48.56%
G = 19.16%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9497B (or 0xB9497B) is known color: Royal Heath. HEX triplet: B9, 49 and 7B. RGB value is (185,73,123). Sum of RGB (Red+Green+Blue) = 185+73+123=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9497B is #46B684. Grayscale: #707070. Windows color (decimal): -4634245 or 8079801. OLE color: 8079801.

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

Color convert

RGB 185 73 123 -
CMYK 0 0.61 0.34 0.27
HSL 333.21º 0.44% 0.51% -
HSV(B) 333.21º 0.61% 0.73% -
XYZ 25.97 16.51 20.56 -
YUV 112.19 134.11 179.93 -
System Red Green Blue C M Y K H S L
Decimal 185 73 123 0 0.61 0.34 0.27 333.21 0.44 0.51
Hex B9 49 7B 0 3D 22 1B 14D 2C 33
Octal 271 111 173 0 75 42 33 515 54 63
Binary 10111001 1001001 1111011 0 111101 100010 11011 101001101 101100 110011

Color Harmonies of #B9497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9497B

Black with #B9497B

Text Example


Text Example

White with #B9497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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