Html Css Color HEX #B63A70 Royal Heath

📋 copy color: '#B63A70'

red 182 ◦ green 58 ◦ blue 112

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

Shades of Royal Heath #B63A70

Tints of Royal Heath #B63A70

RGB

 RED value IS 182 (71.48% from 255) = 51.7%

 GREEN value IS 58 (23.05% from 255) = 16.48%

 BLUE value IS 112 (44.14% from 255) = 31.82%

R = 51.7%
G = 16.48%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B63A70 (or 0xB63A70) is known color: Royal Heath. HEX triplet: B6, 3A and 70. RGB value is (182,58,112). Sum of RGB (Red+Green+Blue) = 182+58+112=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63A70 is #49C58F. Grayscale: #656565. Windows color (decimal): -4834704 or 7355062. OLE color: 7355062.

HSL color Cylindrical-coordinate representation of color #B63A70: hue angle of 333.87º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B63A70 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 58 112 -
CMYK 0 0.68 0.38 0.29
HSL 333.87º 0.52% 0.47% -
HSV(B) 333.87º 0.68% 0.71% -
XYZ 23.73 14.14 16.81 -
YUV 101.23 134.08 185.61 -
System Red Green Blue C M Y K H S L
Decimal 182 58 112 0 0.68 0.38 0.29 333.87 0.52 0.47
Hex B6 3A 70 0 44 26 1D 14E 34 2F
Octal 266 72 160 0 104 46 35 516 64 57
Binary 10110110 111010 1110000 0 1000100 100110 11101 101001110 110100 101111

Color Harmonies of #B63A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63A70

Black with #B63A70

Text Example


Text Example

White with #B63A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63A70; }

 p { color: rgb(182,58,112); }

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

background-color css

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

 a { background-color: rgb(182,58,112); }

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

border-color css

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

 span { border-color: rgb(182,58,112); }

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