Html Css Color HEX #B5476B Royal Heath

📋 copy color: '#B5476B'

red 181 ◦ green 71 ◦ blue 107

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

Shades of Royal Heath #B5476B

Tints of Royal Heath #B5476B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.78%

 BLUE value IS 107 (42.19% from 255) = 29.81%

R = 50.42%
G = 19.78%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5476B (or 0xB5476B) is known color: Royal Heath. HEX triplet: B5, 47 and 6B. RGB value is (181,71,107). Sum of RGB (Red+Green+Blue) = 181+71+107=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5476B is #4AB894. Grayscale: #6B6B6B. Windows color (decimal): -4896917 or 7030709. OLE color: 7030709.

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

Color convert

RGB 181 71 107 -
CMYK 0 0.61 0.41 0.29
HSL 340.36º 0.44% 0.49% -
HSV(B) 340.36º 0.61% 0.71% -
XYZ 23.96 15.39 15.62 -
YUV 107.99 127.44 180.07 -
System Red Green Blue C M Y K H S L
Decimal 181 71 107 0 0.61 0.41 0.29 340.36 0.44 0.49
Hex B5 47 6B 0 3D 29 1D 154 2C 31
Octal 265 107 153 0 75 51 35 524 54 61
Binary 10110101 1000111 1101011 0 111101 101001 11101 101010100 101100 110001

Color Harmonies of #B5476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5476B

Black with #B5476B

Text Example


Text Example

White with #B5476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5476B; }

 p { color: rgb(181,71,107); }

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

background-color css

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

 a { background-color: rgb(181,71,107); }

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

border-color css

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

 span { border-color: rgb(181,71,107); }

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