Html Css Color HEX #B5446F Royal Heath

📋 copy color: '#B5446F'

red 181 ◦ green 68 ◦ blue 111

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

Shades of Royal Heath #B5446F

Tints of Royal Heath #B5446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.89%

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

R = 50.28%
G = 18.89%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5446F (or 0xB5446F) is known color: Royal Heath. HEX triplet: B5, 44 and 6F. RGB value is (181,68,111). Sum of RGB (Red+Green+Blue) = 181+68+111=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B5446F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5446F is #4ABB90. Grayscale: #6A6A6A. Windows color (decimal): -4897681 or 7292085. OLE color: 7292085.

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

Color convert

RGB 181 68 111 -
CMYK 0 0.62 0.39 0.29
HSL 337.17º 0.45% 0.49% -
HSV(B) 337.17º 0.62% 0.71% -
XYZ 23.99 15.11 16.69 -
YUV 106.69 130.44 181 -
System Red Green Blue C M Y K H S L
Decimal 181 68 111 0 0.62 0.39 0.29 337.17 0.45 0.49
Hex B5 44 6F 0 3E 27 1D 151 2D 31
Octal 265 104 157 0 76 47 35 521 55 61
Binary 10110101 1000100 1101111 0 111110 100111 11101 101010001 101101 110001

Color Harmonies of #B5446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5446F

Black with #B5446F

Text Example


Text Example

White with #B5446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5446F; }

 p { color: rgb(181,68,111); }

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

background-color css

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

 a { background-color: rgb(181,68,111); }

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

border-color css

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

 span { border-color: rgb(181,68,111); }

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