Html Css Color HEX #B15376 Royal Heath

📋 copy color: '#B15376'

red 177 ◦ green 83 ◦ blue 118

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

Shades of Royal Heath #B15376

Tints of Royal Heath #B15376

RGB

 RED value IS 177 (69.53% from 255) = 46.83%

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

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

R = 46.83%
G = 21.96%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B15376 (or 0xB15376) is known color: Royal Heath. HEX triplet: B1, 53 and 76. RGB value is (177,83,118). Sum of RGB (Red+Green+Blue) = 177+83+118=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B15376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15376 is #4EAC89. Grayscale: #737373. Windows color (decimal): -5155978 or 7754673. OLE color: 7754673.

HSL color Cylindrical-coordinate representation of color #B15376: hue angle of 337.66º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B15376 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 83 118 -
CMYK 0 0.53 0.33 0.31
HSL 337.66º 0.38% 0.51% -
HSV(B) 337.66º 0.53% 0.69% -
XYZ 24.49 16.84 19.1 -
YUV 115.1 129.64 172.15 -
System Red Green Blue C M Y K H S L
Decimal 177 83 118 0 0.53 0.33 0.31 337.66 0.38 0.51
Hex B1 53 76 0 35 21 1F 152 26 33
Octal 261 123 166 0 65 41 37 522 46 63
Binary 10110001 1010011 1110110 0 110101 100001 11111 101010010 100110 110011

Color Harmonies of #B15376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15376

Black with #B15376

Text Example


Text Example

White with #B15376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15376; }

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

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

background-color css

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

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

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

border-color css

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

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

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