Html Css Color HEX #B9366E Royal Heath

📋 copy color: '#B9366E'

red 185 ◦ green 54 ◦ blue 110

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

Shades of Royal Heath #B9366E

Tints of Royal Heath #B9366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.47%

 BLUE value IS 110 (43.36% from 255) = 31.52%

R = 53.01%
G = 15.47%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9366E (or 0xB9366E) is known color: Royal Heath. HEX triplet: B9, 36 and 6E. RGB value is (185,54,110). Sum of RGB (Red+Green+Blue) = 185+54+110=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9366E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9366E is #46C991. Grayscale: #636363. Windows color (decimal): -4639122 or 7222969. OLE color: 7222969.

HSL color Cylindrical-coordinate representation of color #B9366E: hue angle of 334.35º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9366E is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 54 110 -
CMYK 0 0.71 0.41 0.27
HSL 334.35º 0.55% 0.47% -
HSV(B) 334.35º 0.71% 0.73% -
XYZ 24.14 14.08 16.2 -
YUV 99.55 133.9 188.95 -
System Red Green Blue C M Y K H S L
Decimal 185 54 110 0 0.71 0.41 0.27 334.35 0.55 0.47
Hex B9 36 6E 0 47 29 1B 14E 37 2F
Octal 271 66 156 0 107 51 33 516 67 57
Binary 10111001 110110 1101110 0 1000111 101001 11011 101001110 110111 101111

Color Harmonies of #B9366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9366E

Black with #B9366E

Text Example


Text Example

White with #B9366E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9366E; }

 p { color: rgb(185,54,110); }

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

background-color css

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

 a { background-color: rgb(185,54,110); }

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

border-color css

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

 span { border-color: rgb(185,54,110); }

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