Html Css Color HEX #B5426E Royal Heath

📋 copy color: '#B5426E'

red 181 ◦ green 66 ◦ blue 110

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

Shades of Royal Heath #B5426E

Tints of Royal Heath #B5426E

RGB

 RED value IS 181 (71.09% from 255) = 50.7%

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

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

R = 50.7%
G = 18.49%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5426E (or 0xB5426E) is known color: Royal Heath. HEX triplet: B5, 42 and 6E. RGB value is (181,66,110). Sum of RGB (Red+Green+Blue) = 181+66+110=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5426E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5426E is #4ABD91. Grayscale: #696969. Windows color (decimal): -4898194 or 7226037. OLE color: 7226037.

HSL color Cylindrical-coordinate representation of color #B5426E: hue angle of 337.04º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5426E is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 66 110 -
CMYK 0 0.64 0.39 0.29
HSL 337.04º 0.47% 0.48% -
HSV(B) 337.04º 0.64% 0.71% -
XYZ 23.82 14.85 16.36 -
YUV 105.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 181 66 110 0 0.64 0.39 0.29 337.04 0.47 0.48
Hex B5 42 6E 0 40 27 1D 151 2F 30
Octal 265 102 156 0 100 47 35 521 57 60
Binary 10110101 1000010 1101110 0 1000000 100111 11101 101010001 101111 110000

Color Harmonies of #B5426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5426E

Black with #B5426E

Text Example


Text Example

White with #B5426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5426E; }

 p { color: rgb(181,66,110); }

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

background-color css

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

 a { background-color: rgb(181,66,110); }

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

border-color css

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

 span { border-color: rgb(181,66,110); }

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