Html Css Color HEX #B85181 Royal Heath

📋 copy color: '#B85181'

red 184 ◦ green 81 ◦ blue 129

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

Shades of Royal Heath #B85181

Tints of Royal Heath #B85181

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.56%

 BLUE value IS 129 (50.78% from 255) = 32.74%

R = 46.7%
G = 20.56%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B85181 (or 0xB85181) is known color: Royal Heath. HEX triplet: B8, 51 and 81. RGB value is (184,81,129). Sum of RGB (Red+Green+Blue) = 184+81+129=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B85181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85181 is #47AE7E. Grayscale: #757575. Windows color (decimal): -4697727 or 8475064. OLE color: 8475064.

HSL color Cylindrical-coordinate representation of color #B85181: hue angle of 332.04º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B85181 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 81 129 -
CMYK 0 0.56 0.30 0.28
HSL 332.04º 0.42% 0.52% -
HSV(B) 332.04º 0.56% 0.72% -
XYZ 26.67 17.66 22.77 -
YUV 117.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 184 81 129 0 0.56 0.30 0.28 332.04 0.42 0.52
Hex B8 51 81 0 38 1E 1C 14C 2A 34
Octal 270 121 201 0 70 36 34 514 52 64
Binary 10111000 1010001 10000001 0 111000 11110 11100 101001100 101010 110100

Color Harmonies of #B85181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85181

Black with #B85181

Text Example


Text Example

White with #B85181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85181; }

 p { color: rgb(184,81,129); }

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

background-color css

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

 a { background-color: rgb(184,81,129); }

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

border-color css

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

 span { border-color: rgb(184,81,129); }

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