Html Css Color HEX #B95072 Royal Heath

📋 copy color: '#B95072'

red 185 ◦ green 80 ◦ blue 114

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

Shades of Royal Heath #B95072

Tints of Royal Heath #B95072

RGB

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

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

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

R = 48.81%
G = 21.11%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B95072 (or 0xB95072) is known color: Royal Heath. HEX triplet: B9, 50 and 72. RGB value is (185,80,114). Sum of RGB (Red+Green+Blue) = 185+80+114=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B95072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95072 is #46AF8D. Grayscale: #737373. Windows color (decimal): -4632462 or 7491769. OLE color: 7491769.

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

Color convert

RGB 185 80 114 -
CMYK 0 0.57 0.38 0.27
HSL 340.57º 0.43% 0.52% -
HSV(B) 340.57º 0.57% 0.73% -
XYZ 25.91 17.27 17.89 -
YUV 115.27 127.29 177.74 -
System Red Green Blue C M Y K H S L
Decimal 185 80 114 0 0.57 0.38 0.27 340.57 0.43 0.52
Hex B9 50 72 0 39 26 1B 155 2B 34
Octal 271 120 162 0 71 46 33 525 53 64
Binary 10111001 1010000 1110010 0 111001 100110 11011 101010101 101011 110100

Color Harmonies of #B95072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95072

Black with #B95072

Text Example


Text Example

White with #B95072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95072; }

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

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

background-color css

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

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

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

border-color css

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

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

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