Html Css Color HEX #B95376 Royal Heath

📋 copy color: '#B95376'

red 185 ◦ green 83 ◦ blue 118

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

Shades of Royal Heath #B95376

Tints of Royal Heath #B95376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.5%

 BLUE value IS 118 (46.48% from 255) = 30.57%

R = 47.93%
G = 21.5%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B95376 (or 0xB95376) is known color: Royal Heath. HEX triplet: B9, 53 and 76. RGB value is (185,83,118). Sum of RGB (Red+Green+Blue) = 185+83+118=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B95376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95376 is #46AC89. Grayscale: #757575. Windows color (decimal): -4631690 or 7754681. OLE color: 7754681.

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

Color convert

RGB 185 83 118 -
CMYK 0 0.55 0.36 0.27
HSL 339.41º 0.42% 0.53% -
HSV(B) 339.41º 0.55% 0.73% -
XYZ 26.37 17.81 19.19 -
YUV 117.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 185 83 118 0 0.55 0.36 0.27 339.41 0.42 0.53
Hex B9 53 76 0 37 24 1B 153 2A 35
Octal 271 123 166 0 67 44 33 523 52 65
Binary 10111001 1010011 1110110 0 110111 100100 11011 101010011 101010 110101

Color Harmonies of #B95376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95376

Black with #B95376

Text Example


Text Example

White with #B95376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95376; }

 p { color: rgb(185,83,118); }

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

background-color css

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

 a { background-color: rgb(185,83,118); }

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

border-color css

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

 span { border-color: rgb(185,83,118); }

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