Html Css Color HEX #B85175 Royal Heath

📋 copy color: '#B85175'

red 184 ◦ green 81 ◦ blue 117

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

Shades of Royal Heath #B85175

Tints of Royal Heath #B85175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.63%

R = 48.17%
G = 21.2%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B85175 (or 0xB85175) is known color: Royal Heath. HEX triplet: B8, 51 and 75. RGB value is (184,81,117). Sum of RGB (Red+Green+Blue) = 184+81+117=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B85175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85175 is #47AE8A. Grayscale: #737373. Windows color (decimal): -4697739 or 7688632. OLE color: 7688632.

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

Color convert

RGB 184 81 117 -
CMYK 0 0.56 0.36 0.28
HSL 339.03º 0.42% 0.52% -
HSV(B) 339.03º 0.56% 0.72% -
XYZ 25.92 17.36 18.81 -
YUV 115.9 128.62 176.57 -
System Red Green Blue C M Y K H S L
Decimal 184 81 117 0 0.56 0.36 0.28 339.03 0.42 0.52
Hex B8 51 75 0 38 24 1C 153 2A 34
Octal 270 121 165 0 70 44 34 523 52 64
Binary 10111000 1010001 1110101 0 111000 100100 11100 101010011 101010 110100

Color Harmonies of #B85175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85175

Black with #B85175

Text Example


Text Example

White with #B85175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85175; }

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

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

background-color css

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

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

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

border-color css

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

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

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