Html Css Color HEX #B63B72 Royal Heath

📋 copy color: '#B63B72'

red 182 ◦ green 59 ◦ blue 114

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

Shades of Royal Heath #B63B72

Tints of Royal Heath #B63B72

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.62%

 BLUE value IS 114 (44.92% from 255) = 32.11%

R = 51.27%
G = 16.62%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B63B72 (or 0xB63B72) is known color: Royal Heath. HEX triplet: B6, 3B and 72. RGB value is (182,59,114). Sum of RGB (Red+Green+Blue) = 182+59+114=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63B72 is #49C48D. Grayscale: #656565. Windows color (decimal): -4834446 or 7486390. OLE color: 7486390.

HSL color Cylindrical-coordinate representation of color #B63B72: hue angle of 333.17º degrees, saturation: 0.51, 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 #B63B72 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 59 114 -
CMYK 0 0.68 0.37 0.29
HSL 333.17º 0.51% 0.47% -
HSV(B) 333.17º 0.68% 0.71% -
XYZ 23.89 14.29 17.42 -
YUV 102.05 134.75 185.03 -
System Red Green Blue C M Y K H S L
Decimal 182 59 114 0 0.68 0.37 0.29 333.17 0.51 0.47
Hex B6 3B 72 0 44 25 1D 14D 33 2F
Octal 266 73 162 0 104 45 35 515 63 57
Binary 10110110 111011 1110010 0 1000100 100101 11101 101001101 110011 101111

Color Harmonies of #B63B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63B72

Black with #B63B72

Text Example


Text Example

White with #B63B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63B72; }

 p { color: rgb(182,59,114); }

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

background-color css

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

 a { background-color: rgb(182,59,114); }

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

border-color css

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

 span { border-color: rgb(182,59,114); }

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