Html Css Color HEX #B37F80 Turkish Rose

📋 copy color: '#B37F80'

red 179 ◦ green 127 ◦ blue 128

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

Shades of Turkish Rose #B37F80

Tints of Turkish Rose #B37F80

RGB

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

 GREEN value IS 127 (50% from 255) = 29.26%

 BLUE value IS 128 (50.39% from 255) = 29.49%

R = 41.24%
G = 29.26%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B37F80 (or 0xB37F80) is known color: Turkish Rose. HEX triplet: B3, 7F and 80. RGB value is (179,127,128). Sum of RGB (Red+Green+Blue) = 179+127+128=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37F80 is #4C807F. Grayscale: #8E8E8E. Windows color (decimal): -5013632 or 8421299. OLE color: 8421299.

HSL color Cylindrical-coordinate representation of color #B37F80: hue angle of 358.85º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B37F80 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 127 128 -
CMYK 0 0.29 0.28 0.30
HSL 358.85º 0.25% 0.6% -
HSV(B) 358.85º 0.29% 0.7% -
XYZ 30.08 26.32 23.92 -
YUV 142.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 179 127 128 0 0.29 0.28 0.30 358.85 0.25 0.6
Hex B3 7F 80 0 1D 1C 1E 167 19 3C
Octal 263 177 200 0 35 34 36 547 31 74
Binary 10110011 1111111 10000000 0 11101 11100 11110 101100111 11001 111100

Color Harmonies of #B37F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37F80

Black with #B37F80

Text Example


Text Example

White with #B37F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37F80; }

 p { color: rgb(179,127,128); }

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

background-color css

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

 a { background-color: rgb(179,127,128); }

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

border-color css

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

 span { border-color: rgb(179,127,128); }

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