Html Css Color HEX #B9426F Royal Heath

📋 copy color: '#B9426F'

red 185 ◦ green 66 ◦ blue 111

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

Shades of Royal Heath #B9426F

Tints of Royal Heath #B9426F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.23%

 BLUE value IS 111 (43.75% from 255) = 30.66%

R = 51.1%
G = 18.23%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#B9426F (or 0xB9426F) is known color: Royal Heath. HEX triplet: B9, 42 and 6F. RGB value is (185,66,111). Sum of RGB (Red+Green+Blue) = 185+66+111=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9426F is #46BD90. Grayscale: #6A6A6A. Windows color (decimal): -4636049 or 7291577. OLE color: 7291577.

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

Color convert

RGB 185 66 111 -
CMYK 0 0.64 0.4 0.27
HSL 337.31º 0.47% 0.49% -
HSV(B) 337.31º 0.64% 0.73% -
XYZ 24.83 15.36 16.69 -
YUV 106.71 130.42 183.84 -
System Red Green Blue C M Y K H S L
Decimal 185 66 111 0 0.64 0.4 0.27 337.31 0.47 0.49
Hex B9 42 6F 0 40 28 1B 151 2F 31
Octal 271 102 157 0 100 50 33 521 57 61
Binary 10111001 1000010 1101111 0 1000000 101000 11011 101010001 101111 110001

Color Harmonies of #B9426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9426F

Black with #B9426F

Text Example


Text Example

White with #B9426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9426F; }

 p { color: rgb(185,66,111); }

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

background-color css

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

 a { background-color: rgb(185,66,111); }

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

border-color css

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

 span { border-color: rgb(185,66,111); }

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