Html Css Color HEX #B5456E Royal Heath

📋 copy color: '#B5456E'

red 181 ◦ green 69 ◦ blue 110

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

Shades of Royal Heath #B5456E

Tints of Royal Heath #B5456E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.17%

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

R = 50.28%
G = 19.17%
B = 30.56%

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

#B5456E (or 0xB5456E) is known color: Royal Heath. HEX triplet: B5, 45 and 6E. RGB value is (181,69,110). Sum of RGB (Red+Green+Blue) = 181+69+110=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B5456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5456E is #4ABA91. Grayscale: #6B6B6B. Windows color (decimal): -4897426 or 7226805. OLE color: 7226805.

HSL color Cylindrical-coordinate representation of color #B5456E: hue angle of 338.04º 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 #B5456E is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 69 110 -
CMYK 0 0.62 0.39 0.29
HSL 338.04º 0.45% 0.49% -
HSV(B) 338.04º 0.62% 0.71% -
XYZ 24 15.21 16.42 -
YUV 107.16 129.61 180.67 -
System Red Green Blue C M Y K H S L
Decimal 181 69 110 0 0.62 0.39 0.29 338.04 0.45 0.49
Hex B5 45 6E 0 3E 27 1D 152 2D 31
Octal 265 105 156 0 76 47 35 522 55 61
Binary 10110101 1000101 1101110 0 111110 100111 11101 101010010 101101 110001

Color Harmonies of #B5456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5456E

Black with #B5456E

Text Example


Text Example

White with #B5456E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5456E; }

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

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

background-color css

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

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

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

border-color css

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

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

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