Html Css Color HEX #B85281 Royal Heath

📋 copy color: '#B85281'

red 184 ◦ green 82 ◦ blue 129

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

Shades of Royal Heath #B85281

Tints of Royal Heath #B85281

RGB

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

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

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

R = 46.58%
G = 20.76%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B85281 (or 0xB85281) is known color: Royal Heath. HEX triplet: B8, 52 and 81. RGB value is (184,82,129). Sum of RGB (Red+Green+Blue) = 184+82+129=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B85281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85281 is #47AD7E. Grayscale: #757575. Windows color (decimal): -4697471 or 8475320. OLE color: 8475320.

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

Color convert

RGB 184 82 129 -
CMYK 0 0.55 0.30 0.28
HSL 332.35º 0.42% 0.52% -
HSV(B) 332.35º 0.55% 0.72% -
XYZ 26.75 17.81 22.8 -
YUV 117.86 134.29 175.18 -
System Red Green Blue C M Y K H S L
Decimal 184 82 129 0 0.55 0.30 0.28 332.35 0.42 0.52
Hex B8 52 81 0 37 1E 1C 14C 2A 34
Octal 270 122 201 0 67 36 34 514 52 64
Binary 10111000 1010010 10000001 0 110111 11110 11100 101001100 101010 110100

Color Harmonies of #B85281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85281

Black with #B85281

Text Example


Text Example

White with #B85281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85281; }

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

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

background-color css

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

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

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

border-color css

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

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

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