Html Css Color HEX #B9457D Royal Heath

📋 copy color: '#B9457D'

red 185 ◦ green 69 ◦ blue 125

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

Shades of Royal Heath #B9457D

Tints of Royal Heath #B9457D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 48.81%
G = 18.21%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9457D (or 0xB9457D) is known color: Royal Heath. HEX triplet: B9, 45 and 7D. RGB value is (185,69,125). Sum of RGB (Red+Green+Blue) = 185+69+125=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9457D is #46BA82. Grayscale: #6D6D6D. Windows color (decimal): -4635267 or 8209849. OLE color: 8209849.

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

Color convert

RGB 185 69 125 -
CMYK 0 0.63 0.32 0.27
HSL 331.03º 0.46% 0.5% -
HSV(B) 331.03º 0.63% 0.73% -
XYZ 25.84 16.05 21.14 -
YUV 110.07 136.43 181.45 -
System Red Green Blue C M Y K H S L
Decimal 185 69 125 0 0.63 0.32 0.27 331.03 0.46 0.5
Hex B9 45 7D 0 3F 20 1B 14B 2E 32
Octal 271 105 175 0 77 40 33 513 56 62
Binary 10111001 1000101 1111101 0 111111 100000 11011 101001011 101110 110010

Color Harmonies of #B9457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9457D

Black with #B9457D

Text Example


Text Example

White with #B9457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9457D; }

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

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

background-color css

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

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

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

border-color css

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

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

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