Html Css Color HEX #B83D71 Royal Heath

📋 copy color: '#B83D71'

red 184 ◦ green 61 ◦ blue 113

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

Shades of Royal Heath #B83D71

Tints of Royal Heath #B83D71

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.04%

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

R = 51.4%
G = 17.04%
B = 31.56%

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

#B83D71 (or 0xB83D71) is known color: Royal Heath. HEX triplet: B8, 3D and 71. RGB value is (184,61,113). Sum of RGB (Red+Green+Blue) = 184+61+113=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83D71 is #47C28E. Grayscale: #676767. Windows color (decimal): -4702863 or 7421368. OLE color: 7421368.

HSL color Cylindrical-coordinate representation of color #B83D71: hue angle of 334.63º degrees, saturation: 0.5, 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 #B83D71 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 61 113 -
CMYK 0 0.67 0.39 0.28
HSL 334.63º 0.5% 0.48% -
HSV(B) 334.63º 0.67% 0.72% -
XYZ 24.42 14.72 17.18 -
YUV 103.71 133.25 185.27 -
System Red Green Blue C M Y K H S L
Decimal 184 61 113 0 0.67 0.39 0.28 334.63 0.5 0.48
Hex B8 3D 71 0 43 27 1C 14F 32 30
Octal 270 75 161 0 103 47 34 517 62 60
Binary 10111000 111101 1110001 0 1000011 100111 11100 101001111 110010 110000

Color Harmonies of #B83D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83D71

Black with #B83D71

Text Example


Text Example

White with #B83D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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