Html Css Color HEX #B9406C Royal Heath

📋 copy color: '#B9406C'

red 185 ◦ green 64 ◦ blue 108

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

Shades of Royal Heath #B9406C

Tints of Royal Heath #B9406C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.93%

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

R = 51.82%
G = 17.93%
B = 30.25%

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

#B9406C (or 0xB9406C) is known color: Royal Heath. HEX triplet: B9, 40 and 6C. RGB value is (185,64,108). Sum of RGB (Red+Green+Blue) = 185+64+108=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B9406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9406C is #46BF93. Grayscale: #696969. Windows color (decimal): -4636564 or 7094457. OLE color: 7094457.

HSL color Cylindrical-coordinate representation of color #B9406C: hue angle of 338.18º degrees, saturation: 0.49, 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 #B9406C is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 64 108 -
CMYK 0 0.65 0.42 0.27
HSL 338.18º 0.49% 0.49% -
HSV(B) 338.18º 0.65% 0.73% -
XYZ 24.55 15.06 15.8 -
YUV 105.2 129.59 184.92 -
System Red Green Blue C M Y K H S L
Decimal 185 64 108 0 0.65 0.42 0.27 338.18 0.49 0.49
Hex B9 40 6C 0 41 2A 1B 152 31 31
Octal 271 100 154 0 101 52 33 522 61 61
Binary 10111001 1000000 1101100 0 1000001 101010 11011 101010010 110001 110001

Color Harmonies of #B9406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9406C

Black with #B9406C

Text Example


Text Example

White with #B9406C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9406C; }

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

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

background-color css

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

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

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

border-color css

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

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

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