Html Css Color HEX #B83C71 Royal Heath

📋 copy color: '#B83C71'

red 184 ◦ green 60 ◦ blue 113

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

Shades of Royal Heath #B83C71

Tints of Royal Heath #B83C71

RGB

 RED value IS 184 (72.27% from 255) = 51.54%

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

 BLUE value IS 113 (44.53% from 255) = 31.65%

R = 51.54%
G = 16.81%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B83C71 (or 0xB83C71) is known color: Royal Heath. HEX triplet: B8, 3C and 71. RGB value is (184,60,113). Sum of RGB (Red+Green+Blue) = 184+60+113=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83C71 is #47C38E. Grayscale: #676767. Windows color (decimal): -4703119 or 7421112. OLE color: 7421112.

HSL color Cylindrical-coordinate representation of color #B83C71: hue angle of 334.35º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83C71 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 60 113 -
CMYK 0 0.67 0.39 0.28
HSL 334.35º 0.51% 0.48% -
HSV(B) 334.35º 0.67% 0.72% -
XYZ 24.36 14.61 17.16 -
YUV 103.12 133.58 185.69 -
System Red Green Blue C M Y K H S L
Decimal 184 60 113 0 0.67 0.39 0.28 334.35 0.51 0.48
Hex B8 3C 71 0 43 27 1C 14E 33 30
Octal 270 74 161 0 103 47 34 516 63 60
Binary 10111000 111100 1110001 0 1000011 100111 11100 101001110 110011 110000

Color Harmonies of #B83C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83C71

Black with #B83C71

Text Example


Text Example

White with #B83C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83C71; }

 p { color: rgb(184,60,113); }

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

background-color css

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

 a { background-color: rgb(184,60,113); }

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

border-color css

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

 span { border-color: rgb(184,60,113); }

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