Html Css Color HEX #B95281 Royal Heath

📋 copy color: '#B95281'

red 185 ◦ green 82 ◦ blue 129

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

Shades of Royal Heath #B95281

Tints of Royal Heath #B95281

RGB

 RED value IS 185 (72.66% from 255) = 46.72%

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

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

R = 46.72%
G = 20.71%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B95281 (or 0xB95281) is known color: Royal Heath. HEX triplet: B9, 52 and 81. RGB value is (185,82,129). Sum of RGB (Red+Green+Blue) = 185+82+129=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B95281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95281 is #46AD7E. Grayscale: #767676. Windows color (decimal): -4631935 or 8475321. OLE color: 8475321.

HSL color Cylindrical-coordinate representation of color #B95281: hue angle of 332.62º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95281 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 82 129 -
CMYK 0 0.56 0.30 0.27
HSL 332.62º 0.42% 0.52% -
HSV(B) 332.62º 0.56% 0.73% -
XYZ 26.99 17.93 22.81 -
YUV 118.16 134.12 175.68 -
System Red Green Blue C M Y K H S L
Decimal 185 82 129 0 0.56 0.30 0.27 332.62 0.42 0.52
Hex B9 52 81 0 38 1E 1B 14D 2A 34
Octal 271 122 201 0 70 36 33 515 52 64
Binary 10111001 1010010 10000001 0 111000 11110 11011 101001101 101010 110100

Color Harmonies of #B95281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95281

Black with #B95281

Text Example


Text Example

White with #B95281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95281; }

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

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

background-color css

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

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

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

border-color css

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

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

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