Html Css Color HEX #B85275 Royal Heath

📋 copy color: '#B85275'

red 184 ◦ green 82 ◦ blue 117

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

Shades of Royal Heath #B85275

Tints of Royal Heath #B85275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.41%

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

R = 48.04%
G = 21.41%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B85275 (or 0xB85275) is known color: Royal Heath. HEX triplet: B8, 52 and 75. RGB value is (184,82,117). Sum of RGB (Red+Green+Blue) = 184+82+117=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B85275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85275 is #47AD8A. Grayscale: #747474. Windows color (decimal): -4697483 or 7688888. OLE color: 7688888.

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

Color convert

RGB 184 82 117 -
CMYK 0 0.55 0.36 0.28
HSL 339.41º 0.42% 0.52% -
HSV(B) 339.41º 0.55% 0.72% -
XYZ 26 17.51 18.84 -
YUV 116.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 184 82 117 0 0.55 0.36 0.28 339.41 0.42 0.52
Hex B8 52 75 0 37 24 1C 153 2A 34
Octal 270 122 165 0 67 44 34 523 52 64
Binary 10111000 1010010 1110101 0 110111 100100 11100 101010011 101010 110100

Color Harmonies of #B85275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85275

Black with #B85275

Text Example


Text Example

White with #B85275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85275; }

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

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

background-color css

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

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

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

border-color css

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

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

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