Html Css Color HEX #B95071 Royal Heath

📋 copy color: '#B95071'

red 185 ◦ green 80 ◦ blue 113

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

Shades of Royal Heath #B95071

Tints of Royal Heath #B95071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.16%

 BLUE value IS 113 (44.53% from 255) = 29.89%

R = 48.94%
G = 21.16%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B95071 (or 0xB95071) is known color: Royal Heath. HEX triplet: B9, 50 and 71. RGB value is (185,80,113). Sum of RGB (Red+Green+Blue) = 185+80+113=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B95071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95071 is #46AF8E. Grayscale: #737373. Windows color (decimal): -4632463 or 7426233. OLE color: 7426233.

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

Color convert

RGB 185 80 113 -
CMYK 0 0.57 0.39 0.27
HSL 341.14º 0.43% 0.52% -
HSV(B) 341.14º 0.57% 0.73% -
XYZ 25.86 17.24 17.59 -
YUV 115.16 126.79 177.82 -
System Red Green Blue C M Y K H S L
Decimal 185 80 113 0 0.57 0.39 0.27 341.14 0.43 0.52
Hex B9 50 71 0 39 27 1B 155 2B 34
Octal 271 120 161 0 71 47 33 525 53 64
Binary 10111001 1010000 1110001 0 111001 100111 11011 101010101 101011 110100

Color Harmonies of #B95071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95071

Black with #B95071

Text Example


Text Example

White with #B95071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95071; }

 p { color: rgb(185,80,113); }

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

background-color css

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

 a { background-color: rgb(185,80,113); }

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

border-color css

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

 span { border-color: rgb(185,80,113); }

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