Html Css Color HEX #B95172 Royal Heath

📋 copy color: '#B95172'

red 185 ◦ green 81 ◦ blue 114

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

Shades of Royal Heath #B95172

Tints of Royal Heath #B95172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.32%

 BLUE value IS 114 (44.92% from 255) = 30%

R = 48.68%
G = 21.32%
B = 30%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B95172 (or 0xB95172) is known color: Royal Heath. HEX triplet: B9, 51 and 72. RGB value is (185,81,114). Sum of RGB (Red+Green+Blue) = 185+81+114=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B95172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95172 is #46AE8D. Grayscale: #737373. Windows color (decimal): -4632206 or 7492025. OLE color: 7492025.

HSL color Cylindrical-coordinate representation of color #B95172: hue angle of 340.96º degrees, saturation: 0.43, 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 #B95172 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 81 114 -
CMYK 0 0.56 0.38 0.27
HSL 340.96º 0.43% 0.52% -
HSV(B) 340.96º 0.56% 0.73% -
XYZ 25.99 17.41 17.91 -
YUV 115.86 126.96 177.32 -
System Red Green Blue C M Y K H S L
Decimal 185 81 114 0 0.56 0.38 0.27 340.96 0.43 0.52
Hex B9 51 72 0 38 26 1B 155 2B 34
Octal 271 121 162 0 70 46 33 525 53 64
Binary 10111001 1010001 1110010 0 111000 100110 11011 101010101 101011 110100

Color Harmonies of #B95172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95172

Black with #B95172

Text Example


Text Example

White with #B95172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95172; }

 p { color: rgb(185,81,114); }

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

background-color css

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

 a { background-color: rgb(185,81,114); }

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

border-color css

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

 span { border-color: rgb(185,81,114); }

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