Html Css Color HEX #B83B71 Royal Heath

📋 copy color: '#B83B71'

red 184 ◦ green 59 ◦ blue 113

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

Shades of Royal Heath #B83B71

Tints of Royal Heath #B83B71

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.57%

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

R = 51.69%
G = 16.57%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B83B71 (or 0xB83B71) is known color: Royal Heath. HEX triplet: B8, 3B and 71. RGB value is (184,59,113). Sum of RGB (Red+Green+Blue) = 184+59+113=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83B71 is #47C48E. Grayscale: #666666. Windows color (decimal): -4703375 or 7420856. OLE color: 7420856.

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

Color convert

RGB 184 59 113 -
CMYK 0 0.68 0.39 0.28
HSL 334.08º 0.51% 0.48% -
HSV(B) 334.08º 0.68% 0.72% -
XYZ 24.31 14.51 17.14 -
YUV 102.53 133.91 186.11 -
System Red Green Blue C M Y K H S L
Decimal 184 59 113 0 0.68 0.39 0.28 334.08 0.51 0.48
Hex B8 3B 71 0 44 27 1C 14E 33 30
Octal 270 73 161 0 104 47 34 516 63 60
Binary 10111000 111011 1110001 0 1000100 100111 11100 101001110 110011 110000

Color Harmonies of #B83B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83B71

Black with #B83B71

Text Example


Text Example

White with #B83B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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