Html Css Color HEX #B5456D Royal Heath

📋 copy color: '#B5456D'

red 181 ◦ green 69 ◦ blue 109

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

Shades of Royal Heath #B5456D

Tints of Royal Heath #B5456D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.36%

R = 50.42%
G = 19.22%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5456D (or 0xB5456D) is known color: Royal Heath. HEX triplet: B5, 45 and 6D. RGB value is (181,69,109). Sum of RGB (Red+Green+Blue) = 181+69+109=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5456D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5456D is #4ABA92. Grayscale: #6A6A6A. Windows color (decimal): -4897427 or 7161269. OLE color: 7161269.

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

Color convert

RGB 181 69 109 -
CMYK 0 0.62 0.40 0.29
HSL 338.57º 0.45% 0.49% -
HSV(B) 338.57º 0.62% 0.71% -
XYZ 23.94 15.18 16.14 -
YUV 107.05 129.11 180.75 -
System Red Green Blue C M Y K H S L
Decimal 181 69 109 0 0.62 0.40 0.29 338.57 0.45 0.49
Hex B5 45 6D 0 3E 28 1D 153 2D 31
Octal 265 105 155 0 76 50 35 523 55 61
Binary 10110101 1000101 1101101 0 111110 101000 11101 101010011 101101 110001

Color Harmonies of #B5456D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5456D

Black with #B5456D

Text Example


Text Example

White with #B5456D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5456D; }

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

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

background-color css

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

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

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

border-color css

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

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

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