Html Css Color HEX #B15975 Royal Heath

📋 copy color: '#B15975'

red 177 ◦ green 89 ◦ blue 117

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

Shades of Royal Heath #B15975

Tints of Royal Heath #B15975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.24%

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

R = 46.21%
G = 23.24%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B15975 (or 0xB15975) is known color: Royal Heath. HEX triplet: B1, 59 and 75. RGB value is (177,89,117). Sum of RGB (Red+Green+Blue) = 177+89+117=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B15975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15975 is #4EA68A. Grayscale: #767676. Windows color (decimal): -5154443 or 7690673. OLE color: 7690673.

HSL color Cylindrical-coordinate representation of color #B15975: hue angle of 340.91º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15975 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 89 117 -
CMYK 0 0.50 0.34 0.31
HSL 340.91º 0.36% 0.52% -
HSV(B) 340.91º 0.5% 0.69% -
XYZ 24.91 17.78 18.95 -
YUV 118.5 127.15 169.72 -
System Red Green Blue C M Y K H S L
Decimal 177 89 117 0 0.50 0.34 0.31 340.91 0.36 0.52
Hex B1 59 75 0 32 22 1F 155 24 34
Octal 261 131 165 0 62 42 37 525 44 64
Binary 10110001 1011001 1110101 0 110010 100010 11111 101010101 100100 110100

Color Harmonies of #B15975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15975

Black with #B15975

Text Example


Text Example

White with #B15975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15975; }

 p { color: rgb(177,89,117); }

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

background-color css

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

 a { background-color: rgb(177,89,117); }

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

border-color css

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

 span { border-color: rgb(177,89,117); }

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