Html Css Color HEX #B95673 Royal Heath

📋 copy color: '#B95673'

red 185 ◦ green 86 ◦ blue 115

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

Shades of Royal Heath #B95673

Tints of Royal Heath #B95673

RGB

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

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

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

R = 47.93%
G = 22.28%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B95673 (or 0xB95673) is known color: Royal Heath. HEX triplet: B9, 56 and 73. RGB value is (185,86,115). Sum of RGB (Red+Green+Blue) = 185+86+115=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B95673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95673 is #46A98C. Grayscale: #767676. Windows color (decimal): -4630925 or 7558841. OLE color: 7558841.

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

Color convert

RGB 185 86 115 -
CMYK 0 0.54 0.38 0.27
HSL 342.42º 0.41% 0.53% -
HSV(B) 342.42º 0.54% 0.73% -
XYZ 26.43 18.21 18.34 -
YUV 118.91 125.8 175.14 -
System Red Green Blue C M Y K H S L
Decimal 185 86 115 0 0.54 0.38 0.27 342.42 0.41 0.53
Hex B9 56 73 0 36 26 1B 156 29 35
Octal 271 126 163 0 66 46 33 526 51 65
Binary 10111001 1010110 1110011 0 110110 100110 11011 101010110 101001 110101

Color Harmonies of #B95673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95673

Black with #B95673

Text Example


Text Example

White with #B95673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95673; }

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

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

background-color css

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

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

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

border-color css

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

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

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