Html Css Color HEX #B85B83 Royal Heath

📋 copy color: '#B85B83'

red 184 ◦ green 91 ◦ blue 131

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

Shades of Royal Heath #B85B83

Tints of Royal Heath #B85B83

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.41%

 BLUE value IS 131 (51.56% from 255) = 32.27%

R = 45.32%
G = 22.41%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B85B83 (or 0xB85B83) is known color: Royal Heath. HEX triplet: B8, 5B and 83. RGB value is (184,91,131). Sum of RGB (Red+Green+Blue) = 184+91+131=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85B83 is #47A47C. Grayscale: #7B7B7B. Windows color (decimal): -4695165 or 8608696. OLE color: 8608696.

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

Color convert

RGB 184 91 131 -
CMYK 0 0.51 0.29 0.28
HSL 334.19º 0.4% 0.54% -
HSV(B) 334.19º 0.51% 0.72% -
XYZ 27.6 19.31 23.75 -
YUV 123.37 132.31 171.25 -
System Red Green Blue C M Y K H S L
Decimal 184 91 131 0 0.51 0.29 0.28 334.19 0.4 0.54
Hex B8 5B 83 0 33 1D 1C 14E 28 36
Octal 270 133 203 0 63 35 34 516 50 66
Binary 10111000 1011011 10000011 0 110011 11101 11100 101001110 101000 110110

Color Harmonies of #B85B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B83

Black with #B85B83

Text Example


Text Example

White with #B85B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B83; }

 p { color: rgb(184,91,131); }

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

background-color css

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

 a { background-color: rgb(184,91,131); }

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

border-color css

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

 span { border-color: rgb(184,91,131); }

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