Html Css Color HEX #B37071 Turkish Rose

📋 copy color: '#B37071'

red 179 ◦ green 112 ◦ blue 113

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

Shades of Turkish Rose #B37071

Tints of Turkish Rose #B37071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.72%

 BLUE value IS 113 (44.53% from 255) = 27.97%

R = 44.31%
G = 27.72%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B37071 (or 0xB37071) is known color: Turkish Rose. HEX triplet: B3, 70 and 71. RGB value is (179,112,113). Sum of RGB (Red+Green+Blue) = 179+112+113=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B37071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37071 is #4C8F8E. Grayscale: #848484. Windows color (decimal): -5017487 or 7434419. OLE color: 7434419.

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

Color convert

RGB 179 112 113 -
CMYK 0 0.37 0.37 0.30
HSL 359.1º 0.31% 0.57% -
HSV(B) 359.1º 0.37% 0.7% -
XYZ 27.37 22.36 18.5 -
YUV 132.15 117.2 161.42 -
System Red Green Blue C M Y K H S L
Decimal 179 112 113 0 0.37 0.37 0.30 359.1 0.31 0.57
Hex B3 70 71 0 25 25 1E 167 1F 39
Octal 263 160 161 0 45 45 36 547 37 71
Binary 10110011 1110000 1110001 0 100101 100101 11110 101100111 11111 111001

Color Harmonies of #B37071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37071

Black with #B37071

Text Example


Text Example

White with #B37071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37071; }

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

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

background-color css

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

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

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

border-color css

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

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

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