Html Css Color HEX #B63B6E Royal Heath

📋 copy color: '#B63B6E'

red 182 ◦ green 59 ◦ blue 110

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

Shades of Royal Heath #B63B6E

Tints of Royal Heath #B63B6E

RGB

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

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

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

R = 51.85%
G = 16.81%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B63B6E (or 0xB63B6E) is known color: Royal Heath. HEX triplet: B6, 3B and 6E. RGB value is (182,59,110). Sum of RGB (Red+Green+Blue) = 182+59+110=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63B6E is #49C491. Grayscale: #656565. Windows color (decimal): -4834450 or 7224246. OLE color: 7224246.

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

Color convert

RGB 182 59 110 -
CMYK 0 0.68 0.40 0.29
HSL 335.12º 0.51% 0.47% -
HSV(B) 335.12º 0.68% 0.71% -
XYZ 23.67 14.2 16.24 -
YUV 101.59 132.75 185.35 -
System Red Green Blue C M Y K H S L
Decimal 182 59 110 0 0.68 0.40 0.29 335.12 0.51 0.47
Hex B6 3B 6E 0 44 28 1D 14F 33 2F
Octal 266 73 156 0 104 50 35 517 63 57
Binary 10110110 111011 1101110 0 1000100 101000 11101 101001111 110011 101111

Color Harmonies of #B63B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63B6E

Black with #B63B6E

Text Example


Text Example

White with #B63B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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