Html Css Color HEX #B37177 Turkish Rose

📋 copy color: '#B37177'

red 179 ◦ green 113 ◦ blue 119

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

Shades of Turkish Rose #B37177

Tints of Turkish Rose #B37177

RGB

 RED value IS 179 (70.31% from 255) = 43.55%

 GREEN value IS 113 (44.53% from 255) = 27.49%

 BLUE value IS 119 (46.88% from 255) = 28.95%

R = 43.55%
G = 27.49%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B37177 (or 0xB37177) is known color: Turkish Rose. HEX triplet: B3, 71 and 77. RGB value is (179,113,119). Sum of RGB (Red+Green+Blue) = 179+113+119=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B37177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37177 is #4C8E88. Grayscale: #858585. Windows color (decimal): -5017225 or 7827891. OLE color: 7827891.

HSL color Cylindrical-coordinate representation of color #B37177: hue angle of 354.55º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B37177 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 113 119 -
CMYK 0 0.37 0.34 0.30
HSL 354.55º 0.3% 0.57% -
HSV(B) 354.55º 0.37% 0.7% -
XYZ 27.83 22.73 20.37 -
YUV 133.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 179 113 119 0 0.37 0.34 0.30 354.55 0.3 0.57
Hex B3 71 77 0 25 22 1E 163 1E 39
Octal 263 161 167 0 45 42 36 543 36 71
Binary 10110011 1110001 1110111 0 100101 100010 11110 101100011 11110 111001

Color Harmonies of #B37177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37177

Black with #B37177

Text Example


Text Example

White with #B37177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37177; }

 p { color: rgb(179,113,119); }

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

background-color css

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

 a { background-color: rgb(179,113,119); }

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

border-color css

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

 span { border-color: rgb(179,113,119); }

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