Html Css Color HEX #B9467A Royal Heath

📋 copy color: '#B9467A'

red 185 ◦ green 70 ◦ blue 122

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

Shades of Royal Heath #B9467A

Tints of Royal Heath #B9467A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.57%

 BLUE value IS 122 (48.05% from 255) = 32.36%

R = 49.07%
G = 18.57%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9467A (or 0xB9467A) is known color: Royal Heath. HEX triplet: B9, 46 and 7A. RGB value is (185,70,122). Sum of RGB (Red+Green+Blue) = 185+70+122=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9467A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9467A is #46B985. Grayscale: #6E6E6E. Windows color (decimal): -4635014 or 8013497. OLE color: 8013497.

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

Color convert

RGB 185 70 122 -
CMYK 0 0.62 0.34 0.27
HSL 332.87º 0.45% 0.5% -
HSV(B) 332.87º 0.62% 0.73% -
XYZ 25.71 16.1 20.16 -
YUV 110.31 134.6 181.27 -
System Red Green Blue C M Y K H S L
Decimal 185 70 122 0 0.62 0.34 0.27 332.87 0.45 0.5
Hex B9 46 7A 0 3E 22 1B 14D 2D 32
Octal 271 106 172 0 76 42 33 515 55 62
Binary 10111001 1000110 1111010 0 111110 100010 11011 101001101 101101 110010

Color Harmonies of #B9467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9467A

Black with #B9467A

Text Example


Text Example

White with #B9467A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9467A; }

 p { color: rgb(185,70,122); }

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

background-color css

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

 a { background-color: rgb(185,70,122); }

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

border-color css

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

 span { border-color: rgb(185,70,122); }

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