Html Css Color HEX #B63C6E Royal Heath

📋 copy color: '#B63C6E'

red 182 ◦ green 60 ◦ blue 110

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

Shades of Royal Heath #B63C6E

Tints of Royal Heath #B63C6E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.05%

 BLUE value IS 110 (43.36% from 255) = 31.25%

R = 51.7%
G = 17.05%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B63C6E (or 0xB63C6E) is known color: Royal Heath. HEX triplet: B6, 3C and 6E. RGB value is (182,60,110). Sum of RGB (Red+Green+Blue) = 182+60+110=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63C6E is #49C391. Grayscale: #666666. Windows color (decimal): -4834194 or 7224502. OLE color: 7224502.

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

Color convert

RGB 182 60 110 -
CMYK 0 0.67 0.40 0.29
HSL 335.41º 0.5% 0.47% -
HSV(B) 335.41º 0.67% 0.71% -
XYZ 23.72 14.3 16.26 -
YUV 102.18 132.42 184.93 -
System Red Green Blue C M Y K H S L
Decimal 182 60 110 0 0.67 0.40 0.29 335.41 0.5 0.47
Hex B6 3C 6E 0 43 28 1D 14F 32 2F
Octal 266 74 156 0 103 50 35 517 62 57
Binary 10110110 111100 1101110 0 1000011 101000 11101 101001111 110010 101111

Color Harmonies of #B63C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C6E

Black with #B63C6E

Text Example


Text Example

White with #B63C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C6E; }

 p { color: rgb(182,60,110); }

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

background-color css

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

 a { background-color: rgb(182,60,110); }

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

border-color css

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

 span { border-color: rgb(182,60,110); }

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