Html Css Color HEX #B83B72 Royal Heath

📋 copy color: '#B83B72'

red 184 ◦ green 59 ◦ blue 114

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

Shades of Royal Heath #B83B72

Tints of Royal Heath #B83B72

RGB

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

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

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

R = 51.54%
G = 16.53%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B83B72 (or 0xB83B72) is known color: Royal Heath. HEX triplet: B8, 3B and 72. RGB value is (184,59,114). Sum of RGB (Red+Green+Blue) = 184+59+114=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 59 (23.44% from 255 or 16.53% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83B72 is #47C48D. Grayscale: #666666. Windows color (decimal): -4703374 or 7486392. OLE color: 7486392.

HSL color Cylindrical-coordinate representation of color #B83B72: hue angle of 333.6º 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 #B83B72 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 59 114 -
CMYK 0 0.68 0.38 0.28
HSL 333.6º 0.51% 0.48% -
HSV(B) 333.6º 0.68% 0.72% -
XYZ 24.37 14.53 17.44 -
YUV 102.65 134.41 186.03 -
System Red Green Blue C M Y K H S L
Decimal 184 59 114 0 0.68 0.38 0.28 333.6 0.51 0.48
Hex B8 3B 72 0 44 26 1C 14E 33 30
Octal 270 73 162 0 104 46 34 516 63 60
Binary 10111000 111011 1110010 0 1000100 100110 11100 101001110 110011 110000

Color Harmonies of #B83B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83B72

Black with #B83B72

Text Example


Text Example

White with #B83B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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