Html Css Color HEX #B37576 Turkish Rose

📋 copy color: '#B37576'

red 179 ◦ green 117 ◦ blue 118

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

Shades of Turkish Rose #B37576

Tints of Turkish Rose #B37576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.26%

 BLUE value IS 118 (46.48% from 255) = 28.5%

R = 43.24%
G = 28.26%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B37576 (or 0xB37576) is known color: Turkish Rose. HEX triplet: B3, 75 and 76. RGB value is (179,117,118). Sum of RGB (Red+Green+Blue) = 179+117+118=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B37576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37576 is #4C8A89. Grayscale: #878787. Windows color (decimal): -5016202 or 7763379. OLE color: 7763379.

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

Color convert

RGB 179 117 118 -
CMYK 0 0.35 0.34 0.30
HSL 359.03º 0.29% 0.58% -
HSV(B) 359.03º 0.35% 0.7% -
XYZ 28.22 23.61 20.21 -
YUV 135.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 179 117 118 0 0.35 0.34 0.30 359.03 0.29 0.58
Hex B3 75 76 0 23 22 1E 167 1D 3A
Octal 263 165 166 0 43 42 36 547 35 72
Binary 10110011 1110101 1110110 0 100011 100010 11110 101100111 11101 111010

Color Harmonies of #B37576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37576

Black with #B37576

Text Example


Text Example

White with #B37576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37576; }

 p { color: rgb(179,117,118); }

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

background-color css

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

 a { background-color: rgb(179,117,118); }

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

border-color css

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

 span { border-color: rgb(179,117,118); }

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