Html Css Color HEX #B95275 Royal Heath

📋 copy color: '#B95275'

red 185 ◦ green 82 ◦ blue 117

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

Shades of Royal Heath #B95275

Tints of Royal Heath #B95275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.47%

R = 48.18%
G = 21.35%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B95275 (or 0xB95275) is known color: Royal Heath. HEX triplet: B9, 52 and 75. RGB value is (185,82,117). Sum of RGB (Red+Green+Blue) = 185+82+117=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B95275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95275 is #46AD8A. Grayscale: #747474. Windows color (decimal): -4631947 or 7688889. OLE color: 7688889.

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

Color convert

RGB 185 82 117 -
CMYK 0 0.56 0.37 0.27
HSL 339.61º 0.42% 0.52% -
HSV(B) 339.61º 0.56% 0.73% -
XYZ 26.24 17.63 18.85 -
YUV 116.79 128.12 176.65 -
System Red Green Blue C M Y K H S L
Decimal 185 82 117 0 0.56 0.37 0.27 339.61 0.42 0.52
Hex B9 52 75 0 38 25 1B 154 2A 34
Octal 271 122 165 0 70 45 33 524 52 64
Binary 10111001 1010010 1110101 0 111000 100101 11011 101010100 101010 110100

Color Harmonies of #B95275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95275

Black with #B95275

Text Example


Text Example

White with #B95275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95275; }

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

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

background-color css

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

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

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

border-color css

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

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

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