Html Css Color HEX #B63C75 Royal Heath

📋 copy color: '#B63C75'

red 182 ◦ green 60 ◦ blue 117

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

Shades of Royal Heath #B63C75

Tints of Royal Heath #B63C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.59%

R = 50.7%
G = 16.71%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B63C75 (or 0xB63C75) is known color: Royal Heath. HEX triplet: B6, 3C and 75. RGB value is (182,60,117). Sum of RGB (Red+Green+Blue) = 182+60+117=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63C75 is #49C38A. Grayscale: #666666. Windows color (decimal): -4834187 or 7683254. OLE color: 7683254.

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

Color convert

RGB 182 60 117 -
CMYK 0 0.67 0.36 0.29
HSL 331.97º 0.5% 0.47% -
HSV(B) 331.97º 0.67% 0.71% -
XYZ 24.12 14.46 18.35 -
YUV 102.98 135.92 184.37 -
System Red Green Blue C M Y K H S L
Decimal 182 60 117 0 0.67 0.36 0.29 331.97 0.5 0.47
Hex B6 3C 75 0 43 24 1D 14C 32 2F
Octal 266 74 165 0 103 44 35 514 62 57
Binary 10110110 111100 1110101 0 1000011 100100 11101 101001100 110010 101111

Color Harmonies of #B63C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C75

Black with #B63C75

Text Example


Text Example

White with #B63C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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