Html Css Color HEX #B85277 Royal Heath

📋 copy color: '#B85277'

red 184 ◦ green 82 ◦ blue 119

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

Shades of Royal Heath #B85277

Tints of Royal Heath #B85277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.91%

R = 47.79%
G = 21.3%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B85277 (or 0xB85277) is known color: Royal Heath. HEX triplet: B8, 52 and 77. RGB value is (184,82,119). Sum of RGB (Red+Green+Blue) = 184+82+119=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B85277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85277 is #47AD88. Grayscale: #747474. Windows color (decimal): -4697481 or 7819960. OLE color: 7819960.

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

Color convert

RGB 184 82 119 -
CMYK 0 0.55 0.35 0.28
HSL 338.24º 0.42% 0.52% -
HSV(B) 338.24º 0.55% 0.72% -
XYZ 26.11 17.56 19.47 -
YUV 116.72 129.29 175.99 -
System Red Green Blue C M Y K H S L
Decimal 184 82 119 0 0.55 0.35 0.28 338.24 0.42 0.52
Hex B8 52 77 0 37 23 1C 152 2A 34
Octal 270 122 167 0 67 43 34 522 52 64
Binary 10111000 1010010 1110111 0 110111 100011 11100 101010010 101010 110100

Color Harmonies of #B85277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85277

Black with #B85277

Text Example


Text Example

White with #B85277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85277; }

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

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

background-color css

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

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

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

border-color css

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

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

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