Html Css Color HEX #B15675 Royal Heath

📋 copy color: '#B15675'

red 177 ◦ green 86 ◦ blue 117

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

Shades of Royal Heath #B15675

Tints of Royal Heath #B15675

RGB

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

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

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

R = 46.58%
G = 22.63%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B15675 (or 0xB15675) is known color: Royal Heath. HEX triplet: B1, 56 and 75. RGB value is (177,86,117). Sum of RGB (Red+Green+Blue) = 177+86+117=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B15675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15675 is #4EA98A. Grayscale: #747474. Windows color (decimal): -5155211 or 7689905. OLE color: 7689905.

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

Color convert

RGB 177 86 117 -
CMYK 0 0.51 0.34 0.31
HSL 339.56º 0.37% 0.52% -
HSV(B) 339.56º 0.51% 0.69% -
XYZ 24.67 17.29 18.87 -
YUV 116.74 128.15 170.98 -
System Red Green Blue C M Y K H S L
Decimal 177 86 117 0 0.51 0.34 0.31 339.56 0.37 0.52
Hex B1 56 75 0 33 22 1F 154 25 34
Octal 261 126 165 0 63 42 37 524 45 64
Binary 10110001 1010110 1110101 0 110011 100010 11111 101010100 100101 110100

Color Harmonies of #B15675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15675

Black with #B15675

Text Example


Text Example

White with #B15675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15675; }

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

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

background-color css

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

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

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

border-color css

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

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

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