Html Css Color HEX #B63873 Royal Heath

📋 copy color: '#B63873'

red 182 ◦ green 56 ◦ blue 115

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

Shades of Royal Heath #B63873

Tints of Royal Heath #B63873

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.86%

 BLUE value IS 115 (45.31% from 255) = 32.58%

R = 51.56%
G = 15.86%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B63873 (or 0xB63873) is known color: Royal Heath. HEX triplet: B6, 38 and 73. RGB value is (182,56,115). Sum of RGB (Red+Green+Blue) = 182+56+115=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B63873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63873 is #49C78C. Grayscale: #646464. Windows color (decimal): -4835213 or 7551158. OLE color: 7551158.

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

Color convert

RGB 182 56 115 -
CMYK 0 0.69 0.37 0.29
HSL 331.9º 0.53% 0.47% -
HSV(B) 331.9º 0.69% 0.71% -
XYZ 23.8 14.01 17.67 -
YUV 100.4 136.24 186.2 -
System Red Green Blue C M Y K H S L
Decimal 182 56 115 0 0.69 0.37 0.29 331.9 0.53 0.47
Hex B6 38 73 0 45 25 1D 14C 35 2F
Octal 266 70 163 0 105 45 35 514 65 57
Binary 10110110 111000 1110011 0 1000101 100101 11101 101001100 110101 101111

Color Harmonies of #B63873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63873

Black with #B63873

Text Example


Text Example

White with #B63873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63873; }

 p { color: rgb(182,56,115); }

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

background-color css

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

 a { background-color: rgb(182,56,115); }

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

border-color css

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

 span { border-color: rgb(182,56,115); }

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