Html Css Color HEX #B85375 Royal Heath

📋 copy color: '#B85375'

red 184 ◦ green 83 ◦ blue 117

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

Shades of Royal Heath #B85375

Tints of Royal Heath #B85375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.61%

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

R = 47.92%
G = 21.61%
B = 30.47%

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

#B85375 (or 0xB85375) is known color: Royal Heath. HEX triplet: B8, 53 and 75. RGB value is (184,83,117). Sum of RGB (Red+Green+Blue) = 184+83+117=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B85375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85375 is #47AC8A. Grayscale: #757575. Windows color (decimal): -4697227 or 7689144. OLE color: 7689144.

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

Color convert

RGB 184 83 117 -
CMYK 0 0.55 0.36 0.28
HSL 339.8º 0.42% 0.52% -
HSV(B) 339.8º 0.55% 0.72% -
XYZ 26.07 17.66 18.86 -
YUV 117.08 127.96 175.74 -
System Red Green Blue C M Y K H S L
Decimal 184 83 117 0 0.55 0.36 0.28 339.8 0.42 0.52
Hex B8 53 75 0 37 24 1C 154 2A 34
Octal 270 123 165 0 67 44 34 524 52 64
Binary 10111000 1010011 1110101 0 110111 100100 11100 101010100 101010 110100

Color Harmonies of #B85375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85375

Black with #B85375

Text Example


Text Example

White with #B85375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85375; }

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

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

background-color css

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

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

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

border-color css

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

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

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