Html Css Color HEX #B5416C Royal Heath

📋 copy color: '#B5416C'

red 181 ◦ green 65 ◦ blue 108

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

Shades of Royal Heath #B5416C

Tints of Royal Heath #B5416C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.36%

 BLUE value IS 108 (42.58% from 255) = 30.51%

R = 51.13%
G = 18.36%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5416C (or 0xB5416C) is known color: Royal Heath. HEX triplet: B5, 41 and 6C. RGB value is (181,65,108). Sum of RGB (Red+Green+Blue) = 181+65+108=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B5416C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5416C is #4ABE93. Grayscale: #686868. Windows color (decimal): -4898452 or 7094709. OLE color: 7094709.

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

Color convert

RGB 181 65 108 -
CMYK 0 0.64 0.40 0.29
HSL 337.76º 0.47% 0.48% -
HSV(B) 337.76º 0.64% 0.71% -
XYZ 23.65 14.69 15.78 -
YUV 104.59 129.93 182.5 -
System Red Green Blue C M Y K H S L
Decimal 181 65 108 0 0.64 0.40 0.29 337.76 0.47 0.48
Hex B5 41 6C 0 40 28 1D 152 2F 30
Octal 265 101 154 0 100 50 35 522 57 60
Binary 10110101 1000001 1101100 0 1000000 101000 11101 101010010 101111 110000

Color Harmonies of #B5416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5416C

Black with #B5416C

Text Example


Text Example

White with #B5416C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5416C; }

 p { color: rgb(181,65,108); }

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

background-color css

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

 a { background-color: rgb(181,65,108); }

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

border-color css

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

 span { border-color: rgb(181,65,108); }

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