Html Css Color HEX #B37377 Turkish Rose

📋 copy color: '#B37377'

red 179 ◦ green 115 ◦ blue 119

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

Shades of Turkish Rose #B37377

Tints of Turkish Rose #B37377

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.85%

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

R = 43.34%
G = 27.85%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B37377 (or 0xB37377) is known color: Turkish Rose. HEX triplet: B3, 73 and 77. RGB value is (179,115,119). Sum of RGB (Red+Green+Blue) = 179+115+119=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B37377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37377 is #4C8C88. Grayscale: #868686. Windows color (decimal): -5016713 or 7828403. OLE color: 7828403.

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

Color convert

RGB 179 115 119 -
CMYK 0 0.36 0.34 0.30
HSL 356.25º 0.3% 0.58% -
HSV(B) 356.25º 0.36% 0.7% -
XYZ 28.05 23.18 20.45 -
YUV 134.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 179 115 119 0 0.36 0.34 0.30 356.25 0.3 0.58
Hex B3 73 77 0 24 22 1E 164 1E 3A
Octal 263 163 167 0 44 42 36 544 36 72
Binary 10110011 1110011 1110111 0 100100 100010 11110 101100100 11110 111010

Color Harmonies of #B37377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37377

Black with #B37377

Text Example


Text Example

White with #B37377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37377; }

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

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

background-color css

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

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

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

border-color css

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

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

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