Html Css Color HEX #B9457B Royal Heath

📋 copy color: '#B9457B'

red 185 ◦ green 69 ◦ blue 123

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

Shades of Royal Heath #B9457B

Tints of Royal Heath #B9457B

RGB

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

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

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

R = 49.07%
G = 18.3%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9457B (or 0xB9457B) is known color: Royal Heath. HEX triplet: B9, 45 and 7B. RGB value is (185,69,123). Sum of RGB (Red+Green+Blue) = 185+69+123=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9457B is #46BA84. Grayscale: #6D6D6D. Windows color (decimal): -4635269 or 8078777. OLE color: 8078777.

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

Color convert

RGB 185 69 123 -
CMYK 0 0.63 0.34 0.27
HSL 332.07º 0.46% 0.5% -
HSV(B) 332.07º 0.63% 0.73% -
XYZ 25.71 16 20.47 -
YUV 109.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 185 69 123 0 0.63 0.34 0.27 332.07 0.46 0.5
Hex B9 45 7B 0 3F 22 1B 14C 2E 32
Octal 271 105 173 0 77 42 33 514 56 62
Binary 10111001 1000101 1111011 0 111111 100010 11011 101001100 101110 110010

Color Harmonies of #B9457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9457B

Black with #B9457B

Text Example


Text Example

White with #B9457B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9457B; }

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

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

background-color css

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

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

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

border-color css

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

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

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