Html Css Color HEX #B95675 Royal Heath

📋 copy color: '#B95675'

red 185 ◦ green 86 ◦ blue 117

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

Shades of Royal Heath #B95675

Tints of Royal Heath #B95675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.16%

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

R = 47.68%
G = 22.16%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B95675 (or 0xB95675) is known color: Royal Heath. HEX triplet: B9, 56 and 75. RGB value is (185,86,117). Sum of RGB (Red+Green+Blue) = 185+86+117=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B95675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95675 is #46A98A. Grayscale: #777777. Windows color (decimal): -4630923 or 7689913. OLE color: 7689913.

HSL color Cylindrical-coordinate representation of color #B95675: hue angle of 341.21º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B95675 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 86 117 -
CMYK 0 0.54 0.37 0.27
HSL 341.21º 0.41% 0.53% -
HSV(B) 341.21º 0.54% 0.73% -
XYZ 26.55 18.25 18.95 -
YUV 119.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 185 86 117 0 0.54 0.37 0.27 341.21 0.41 0.53
Hex B9 56 75 0 36 25 1B 155 29 35
Octal 271 126 165 0 66 45 33 525 51 65
Binary 10111001 1010110 1110101 0 110110 100101 11011 101010101 101001 110101

Color Harmonies of #B95675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95675

Black with #B95675

Text Example


Text Example

White with #B95675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95675; }

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

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

background-color css

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

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

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

border-color css

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

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

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