Html Css Color HEX #B9427E Royal Heath

📋 copy color: '#B9427E'

red 185 ◦ green 66 ◦ blue 126

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

Shades of Royal Heath #B9427E

Tints of Royal Heath #B9427E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.42%

R = 49.07%
G = 17.51%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9427E (or 0xB9427E) is known color: Royal Heath. HEX triplet: B9, 42 and 7E. RGB value is (185,66,126). Sum of RGB (Red+Green+Blue) = 185+66+126=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9427E is #46BD81. Grayscale: #6C6C6C. Windows color (decimal): -4636034 or 8274617. OLE color: 8274617.

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

Color convert

RGB 185 66 126 -
CMYK 0 0.64 0.32 0.27
HSL 329.75º 0.47% 0.49% -
HSV(B) 329.75º 0.64% 0.73% -
XYZ 25.72 15.72 21.42 -
YUV 108.42 137.92 182.62 -
System Red Green Blue C M Y K H S L
Decimal 185 66 126 0 0.64 0.32 0.27 329.75 0.47 0.49
Hex B9 42 7E 0 40 20 1B 14A 2F 31
Octal 271 102 176 0 100 40 33 512 57 61
Binary 10111001 1000010 1111110 0 1000000 100000 11011 101001010 101111 110001

Color Harmonies of #B9427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9427E

Black with #B9427E

Text Example


Text Example

White with #B9427E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9427E; }

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

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

background-color css

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

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

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

border-color css

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

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

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