Html Css Color HEX #B95175 Royal Heath

📋 copy color: '#B95175'

red 185 ◦ green 81 ◦ blue 117

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

Shades of Royal Heath #B95175

Tints of Royal Heath #B95175

RGB

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

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

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

R = 48.3%
G = 21.15%
B = 30.55%

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

#B95175 (or 0xB95175) is known color: Royal Heath. HEX triplet: B9, 51 and 75. RGB value is (185,81,117). Sum of RGB (Red+Green+Blue) = 185+81+117=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B95175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95175 is #46AE8A. Grayscale: #747474. Windows color (decimal): -4632203 or 7688633. OLE color: 7688633.

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

Color convert

RGB 185 81 117 -
CMYK 0 0.56 0.37 0.27
HSL 339.23º 0.43% 0.52% -
HSV(B) 339.23º 0.56% 0.73% -
XYZ 26.16 17.48 18.83 -
YUV 116.2 128.46 177.07 -
System Red Green Blue C M Y K H S L
Decimal 185 81 117 0 0.56 0.37 0.27 339.23 0.43 0.52
Hex B9 51 75 0 38 25 1B 153 2B 34
Octal 271 121 165 0 70 45 33 523 53 64
Binary 10111001 1010001 1110101 0 111000 100101 11011 101010011 101011 110100

Color Harmonies of #B95175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95175

Black with #B95175

Text Example


Text Example

White with #B95175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95175; }

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

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

background-color css

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

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

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

border-color css

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

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

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