Html Css Color HEX #B63670 Royal Heath

📋 copy color: '#B63670'

red 182 ◦ green 54 ◦ blue 112

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

Shades of Royal Heath #B63670

Tints of Royal Heath #B63670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.52%

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

R = 52.3%
G = 15.52%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B63670 (or 0xB63670) is known color: Royal Heath. HEX triplet: B6, 36 and 70. RGB value is (182,54,112). Sum of RGB (Red+Green+Blue) = 182+54+112=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B63670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63670 is #49C98F. Grayscale: #626262. Windows color (decimal): -4835728 or 7354038. OLE color: 7354038.

HSL color Cylindrical-coordinate representation of color #B63670: hue angle of 332.81º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63670 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 54 112 -
CMYK 0 0.70 0.38 0.29
HSL 332.81º 0.54% 0.46% -
HSV(B) 332.81º 0.7% 0.71% -
XYZ 23.54 13.75 16.74 -
YUV 98.88 135.41 187.28 -
System Red Green Blue C M Y K H S L
Decimal 182 54 112 0 0.70 0.38 0.29 332.81 0.54 0.46
Hex B6 36 70 0 46 26 1D 14D 36 2E
Octal 266 66 160 0 106 46 35 515 66 56
Binary 10110110 110110 1110000 0 1000110 100110 11101 101001101 110110 101110

Color Harmonies of #B63670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63670

Black with #B63670

Text Example


Text Example

White with #B63670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63670; }

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

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

background-color css

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

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

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

border-color css

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

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

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