Html Css Color HEX #B63672 Royal Heath

📋 copy color: '#B63672'

red 182 ◦ green 54 ◦ blue 114

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

Shades of Royal Heath #B63672

Tints of Royal Heath #B63672

RGB

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

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

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

R = 52%
G = 15.43%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B63672 (or 0xB63672) is known color: Royal Heath. HEX triplet: B6, 36 and 72. RGB value is (182,54,114). Sum of RGB (Red+Green+Blue) = 182+54+114=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B63672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63672 is #49C98D. Grayscale: #636363. Windows color (decimal): -4835726 or 7485110. OLE color: 7485110.

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

Color convert

RGB 182 54 114 -
CMYK 0 0.70 0.37 0.29
HSL 331.88º 0.54% 0.46% -
HSV(B) 331.88º 0.7% 0.71% -
XYZ 23.65 13.8 17.34 -
YUV 99.11 136.41 187.12 -
System Red Green Blue C M Y K H S L
Decimal 182 54 114 0 0.70 0.37 0.29 331.88 0.54 0.46
Hex B6 36 72 0 46 25 1D 14C 36 2E
Octal 266 66 162 0 106 45 35 514 66 56
Binary 10110110 110110 1110010 0 1000110 100101 11101 101001100 110110 101110

Color Harmonies of #B63672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63672

Black with #B63672

Text Example


Text Example

White with #B63672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63672; }

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

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

background-color css

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

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

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

border-color css

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

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

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