Html Css Color HEX #B9557B Royal Heath

📋 copy color: '#B9557B'

red 185 ◦ green 85 ◦ blue 123

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

Shades of Royal Heath #B9557B

Tints of Royal Heath #B9557B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.63%

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

R = 47.07%
G = 21.63%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9557B (or 0xB9557B) is known color: Royal Heath. HEX triplet: B9, 55 and 7B. RGB value is (185,85,123). Sum of RGB (Red+Green+Blue) = 185+85+123=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9557B is #46AA84. Grayscale: #777777. Windows color (decimal): -4631173 or 8082873. OLE color: 8082873.

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

Color convert

RGB 185 85 123 -
CMYK 0 0.54 0.34 0.27
HSL 337.2º 0.42% 0.53% -
HSV(B) 337.2º 0.54% 0.73% -
XYZ 26.83 18.24 20.85 -
YUV 119.23 130.13 174.91 -
System Red Green Blue C M Y K H S L
Decimal 185 85 123 0 0.54 0.34 0.27 337.2 0.42 0.53
Hex B9 55 7B 0 36 22 1B 151 2A 35
Octal 271 125 173 0 66 42 33 521 52 65
Binary 10111001 1010101 1111011 0 110110 100010 11011 101010001 101010 110101

Color Harmonies of #B9557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9557B

Black with #B9557B

Text Example


Text Example

White with #B9557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9557B; }

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

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

background-color css

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

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

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

border-color css

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

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

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