Html Css Color HEX #B37172 Turkish Rose

📋 copy color: '#B37172'

red 179 ◦ green 113 ◦ blue 114

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

Shades of Turkish Rose #B37172

Tints of Turkish Rose #B37172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.08%

R = 44.09%
G = 27.83%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B37172 (or 0xB37172) is known color: Turkish Rose. HEX triplet: B3, 71 and 72. RGB value is (179,113,114). Sum of RGB (Red+Green+Blue) = 179+113+114=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B37172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37172 is #4C8E8D. Grayscale: #848484. Windows color (decimal): -5017230 or 7500211. OLE color: 7500211.

HSL color Cylindrical-coordinate representation of color #B37172: hue angle of 359.09º 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 #B37172 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 113 114 -
CMYK 0 0.37 0.36 0.30
HSL 359.09º 0.3% 0.57% -
HSV(B) 359.09º 0.37% 0.7% -
XYZ 27.53 22.61 18.83 -
YUV 132.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 179 113 114 0 0.37 0.36 0.30 359.09 0.3 0.57
Hex B3 71 72 0 25 24 1E 167 1E 39
Octal 263 161 162 0 45 44 36 547 36 71
Binary 10110011 1110001 1110010 0 100101 100100 11110 101100111 11110 111001

Color Harmonies of #B37172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37172

Black with #B37172

Text Example


Text Example

White with #B37172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37172; }

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

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

background-color css

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

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

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

border-color css

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

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

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