Html Css Color HEX #B9457C Royal Heath

📋 copy color: '#B9457C'

red 185 ◦ green 69 ◦ blue 124

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

Shades of Royal Heath #B9457C

Tints of Royal Heath #B9457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.25%

 BLUE value IS 124 (48.83% from 255) = 32.8%

R = 48.94%
G = 18.25%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9457C (or 0xB9457C) is known color: Royal Heath. HEX triplet: B9, 45 and 7C. RGB value is (185,69,124). Sum of RGB (Red+Green+Blue) = 185+69+124=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9457C is #46BA83. Grayscale: #6D6D6D. Windows color (decimal): -4635268 or 8144313. OLE color: 8144313.

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

Color convert

RGB 185 69 124 -
CMYK 0 0.63 0.33 0.27
HSL 331.55º 0.46% 0.5% -
HSV(B) 331.55º 0.63% 0.73% -
XYZ 25.77 16.03 20.8 -
YUV 109.95 135.93 181.53 -
System Red Green Blue C M Y K H S L
Decimal 185 69 124 0 0.63 0.33 0.27 331.55 0.46 0.5
Hex B9 45 7C 0 3F 21 1B 14C 2E 32
Octal 271 105 174 0 77 41 33 514 56 62
Binary 10111001 1000101 1111100 0 111111 100001 11011 101001100 101110 110010

Color Harmonies of #B9457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9457C

Black with #B9457C

Text Example


Text Example

White with #B9457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9457C; }

 p { color: rgb(185,69,124); }

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

background-color css

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

 a { background-color: rgb(185,69,124); }

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

border-color css

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

 span { border-color: rgb(185,69,124); }

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