Html Css Color HEX #B15375 Royal Heath

📋 copy color: '#B15375'

red 177 ◦ green 83 ◦ blue 117

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

Shades of Royal Heath #B15375

Tints of Royal Heath #B15375

RGB

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

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

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

R = 46.95%
G = 22.02%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B15375 (or 0xB15375) is known color: Royal Heath. HEX triplet: B1, 53 and 75. RGB value is (177,83,117). Sum of RGB (Red+Green+Blue) = 177+83+117=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B15375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15375 is #4EAC8A. Grayscale: #727272. Windows color (decimal): -5155979 or 7689137. OLE color: 7689137.

HSL color Cylindrical-coordinate representation of color #B15375: hue angle of 338.3º 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 #B15375 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 83 117 -
CMYK 0 0.53 0.34 0.31
HSL 338.3º 0.38% 0.51% -
HSV(B) 338.3º 0.53% 0.69% -
XYZ 24.44 16.82 18.79 -
YUV 114.98 129.14 172.24 -
System Red Green Blue C M Y K H S L
Decimal 177 83 117 0 0.53 0.34 0.31 338.3 0.38 0.51
Hex B1 53 75 0 35 22 1F 152 26 33
Octal 261 123 165 0 65 42 37 522 46 63
Binary 10110001 1010011 1110101 0 110101 100010 11111 101010010 100110 110011

Color Harmonies of #B15375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15375

Black with #B15375

Text Example


Text Example

White with #B15375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15375; }

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

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

background-color css

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

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

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

border-color css

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

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

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