Html Css Color HEX #B9426B Royal Heath

📋 copy color: '#B9426B'

red 185 ◦ green 66 ◦ blue 107

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

Shades of Royal Heath #B9426B

Tints of Royal Heath #B9426B

RGB

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

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

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

R = 51.68%
G = 18.44%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9426B (or 0xB9426B) is known color: Royal Heath. HEX triplet: B9, 42 and 6B. RGB value is (185,66,107). Sum of RGB (Red+Green+Blue) = 185+66+107=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B9426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9426B is #46BD94. Grayscale: #6A6A6A. Windows color (decimal): -4636053 or 7029433. OLE color: 7029433.

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

Color convert

RGB 185 66 107 -
CMYK 0 0.64 0.42 0.27
HSL 339.33º 0.47% 0.49% -
HSV(B) 339.33º 0.64% 0.73% -
XYZ 24.61 15.27 15.56 -
YUV 106.26 128.42 184.17 -
System Red Green Blue C M Y K H S L
Decimal 185 66 107 0 0.64 0.42 0.27 339.33 0.47 0.49
Hex B9 42 6B 0 40 2A 1B 153 2F 31
Octal 271 102 153 0 100 52 33 523 57 61
Binary 10111001 1000010 1101011 0 1000000 101010 11011 101010011 101111 110001

Color Harmonies of #B9426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9426B

Black with #B9426B

Text Example


Text Example

White with #B9426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9426B; }

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

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

background-color css

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

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

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

border-color css

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

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

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