Html Css Color HEX #B37178 Turkish Rose

📋 copy color: '#B37178'

red 179 ◦ green 113 ◦ blue 120

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

Shades of Turkish Rose #B37178

Tints of Turkish Rose #B37178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.13%

R = 43.45%
G = 27.43%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B37178 (or 0xB37178) is known color: Turkish Rose. HEX triplet: B3, 71 and 78. RGB value is (179,113,120). Sum of RGB (Red+Green+Blue) = 179+113+120=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B37178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37178 is #4C8E87. Grayscale: #858585. Windows color (decimal): -5017224 or 7893427. OLE color: 7893427.

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

Color convert

RGB 179 113 120 -
CMYK 0 0.37 0.33 0.30
HSL 353.64º 0.3% 0.57% -
HSV(B) 353.64º 0.37% 0.7% -
XYZ 27.89 22.75 20.69 -
YUV 133.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 179 113 120 0 0.37 0.33 0.30 353.64 0.3 0.57
Hex B3 71 78 0 25 21 1E 162 1E 39
Octal 263 161 170 0 45 41 36 542 36 71
Binary 10110011 1110001 1111000 0 100101 100001 11110 101100010 11110 111001

Color Harmonies of #B37178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37178

Black with #B37178

Text Example


Text Example

White with #B37178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37178; }

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

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

background-color css

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

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

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

border-color css

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

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

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