Html Css Color HEX #B9457F Royal Heath

📋 copy color: '#B9457F'

red 185 ◦ green 69 ◦ blue 127

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

Shades of Royal Heath #B9457F

Tints of Royal Heath #B9457F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.33%

R = 48.56%
G = 18.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9457F (or 0xB9457F) is known color: Royal Heath. HEX triplet: B9, 45 and 7F. RGB value is (185,69,127). Sum of RGB (Red+Green+Blue) = 185+69+127=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9457F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9457F is #46BA80. Grayscale: #6E6E6E. Windows color (decimal): -4635265 or 8340921. OLE color: 8340921.

HSL color Cylindrical-coordinate representation of color #B9457F: hue angle of 330º 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 #B9457F is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 69 127 -
CMYK 0 0.63 0.31 0.27
HSL 330º 0.46% 0.5% -
HSV(B) 330º 0.63% 0.73% -
XYZ 25.97 16.1 21.82 -
YUV 110.3 137.43 181.28 -
System Red Green Blue C M Y K H S L
Decimal 185 69 127 0 0.63 0.31 0.27 330 0.46 0.5
Hex B9 45 7F 0 3F 1F 1B 14A 2E 32
Octal 271 105 177 0 77 37 33 512 56 62
Binary 10111001 1000101 1111111 0 111111 11111 11011 101001010 101110 110010

Color Harmonies of #B9457F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9457F

Black with #B9457F

Text Example


Text Example

White with #B9457F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9457F; }

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

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

background-color css

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

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

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

border-color css

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

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

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