Html Css Color HEX #B9416C Royal Heath

📋 copy color: '#B9416C'

red 185 ◦ green 65 ◦ blue 108

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

Shades of Royal Heath #B9416C

Tints of Royal Heath #B9416C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.16%

 BLUE value IS 108 (42.58% from 255) = 30.17%

R = 51.68%
G = 18.16%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9416C (or 0xB9416C) is known color: Royal Heath. HEX triplet: B9, 41 and 6C. RGB value is (185,65,108). Sum of RGB (Red+Green+Blue) = 185+65+108=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B9416C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9416C is #46BE93. Grayscale: #696969. Windows color (decimal): -4636308 or 7094713. OLE color: 7094713.

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

Color convert

RGB 185 65 108 -
CMYK 0 0.65 0.42 0.27
HSL 338.5º 0.48% 0.49% -
HSV(B) 338.5º 0.65% 0.73% -
XYZ 24.6 15.18 15.82 -
YUV 105.78 129.26 184.5 -
System Red Green Blue C M Y K H S L
Decimal 185 65 108 0 0.65 0.42 0.27 338.5 0.48 0.49
Hex B9 41 6C 0 41 2A 1B 152 30 31
Octal 271 101 154 0 101 52 33 522 60 61
Binary 10111001 1000001 1101100 0 1000001 101010 11011 101010010 110000 110001

Color Harmonies of #B9416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9416C

Black with #B9416C

Text Example


Text Example

White with #B9416C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9416C; }

 p { color: rgb(185,65,108); }

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

background-color css

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

 a { background-color: rgb(185,65,108); }

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

border-color css

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

 span { border-color: rgb(185,65,108); }

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