Html Css Color HEX #B9406B Royal Heath

📋 copy color: '#B9406B'

red 185 ◦ green 64 ◦ blue 107

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

Shades of Royal Heath #B9406B

Tints of Royal Heath #B9406B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.06%

R = 51.97%
G = 17.98%
B = 30.06%

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

#B9406B (or 0xB9406B) is known color: Royal Heath. HEX triplet: B9, 40 and 6B. RGB value is (185,64,107). Sum of RGB (Red+Green+Blue) = 185+64+107=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B9406B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9406B is #46BF94. Grayscale: #696969. Windows color (decimal): -4636565 or 7028921. OLE color: 7028921.

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

Color convert

RGB 185 64 107 -
CMYK 0 0.65 0.42 0.27
HSL 338.68º 0.49% 0.49% -
HSV(B) 338.68º 0.65% 0.73% -
XYZ 24.49 15.04 15.52 -
YUV 105.08 129.09 185 -
System Red Green Blue C M Y K H S L
Decimal 185 64 107 0 0.65 0.42 0.27 338.68 0.49 0.49
Hex B9 40 6B 0 41 2A 1B 153 31 31
Octal 271 100 153 0 101 52 33 523 61 61
Binary 10111001 1000000 1101011 0 1000001 101010 11011 101010011 110001 110001

Color Harmonies of #B9406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9406B

Black with #B9406B

Text Example


Text Example

White with #B9406B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9406B; }

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

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

background-color css

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

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

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

border-color css

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

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

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