Html Css Color HEX #B63872 Royal Heath

📋 copy color: '#B63872'

red 182 ◦ green 56 ◦ blue 114

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

Shades of Royal Heath #B63872

Tints of Royal Heath #B63872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.39%

R = 51.7%
G = 15.91%
B = 32.39%

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

#B63872 (or 0xB63872) is known color: Royal Heath. HEX triplet: B6, 38 and 72. RGB value is (182,56,114). Sum of RGB (Red+Green+Blue) = 182+56+114=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B63872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63872 is #49C78D. Grayscale: #646464. Windows color (decimal): -4835214 or 7485622. OLE color: 7485622.

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

Color convert

RGB 182 56 114 -
CMYK 0 0.69 0.37 0.29
HSL 332.38º 0.53% 0.47% -
HSV(B) 332.38º 0.69% 0.71% -
XYZ 23.74 13.99 17.37 -
YUV 100.29 135.74 186.28 -
System Red Green Blue C M Y K H S L
Decimal 182 56 114 0 0.69 0.37 0.29 332.38 0.53 0.47
Hex B6 38 72 0 45 25 1D 14C 35 2F
Octal 266 70 162 0 105 45 35 514 65 57
Binary 10110110 111000 1110010 0 1000101 100101 11101 101001100 110101 101111

Color Harmonies of #B63872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63872

Black with #B63872

Text Example


Text Example

White with #B63872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63872; }

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

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

background-color css

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

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

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

border-color css

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

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

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