Html Css Color HEX #B95273 Royal Heath

📋 copy color: '#B95273'

red 185 ◦ green 82 ◦ blue 115

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

Shades of Royal Heath #B95273

Tints of Royal Heath #B95273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.1%

R = 48.43%
G = 21.47%
B = 30.1%

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

#B95273 (or 0xB95273) is known color: Royal Heath. HEX triplet: B9, 52 and 73. RGB value is (185,82,115). Sum of RGB (Red+Green+Blue) = 185+82+115=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B95273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95273 is #46AD8C. Grayscale: #747474. Windows color (decimal): -4631949 or 7557817. OLE color: 7557817.

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

Color convert

RGB 185 82 115 -
CMYK 0 0.56 0.38 0.27
HSL 340.78º 0.42% 0.52% -
HSV(B) 340.78º 0.56% 0.73% -
XYZ 26.12 17.59 18.24 -
YUV 116.56 127.12 176.82 -
System Red Green Blue C M Y K H S L
Decimal 185 82 115 0 0.56 0.38 0.27 340.78 0.42 0.52
Hex B9 52 73 0 38 26 1B 155 2A 34
Octal 271 122 163 0 70 46 33 525 52 64
Binary 10111001 1010010 1110011 0 111000 100110 11011 101010101 101010 110100

Color Harmonies of #B95273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95273

Black with #B95273

Text Example


Text Example

White with #B95273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95273; }

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

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

background-color css

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

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

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

border-color css

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

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

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