#B37B7E

Color #B37B7E Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #B37B7E

Tints of Turkish Rose #B37B7E

Color information

#B37B7E (or 0xB37B7E) is unknown color: approx Turkish Rose. HEX triplet: B3, 7B and 7E. RGB value is (179,123,126). Sum of RGB (Red+Green+Blue) = 179+123+126=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37B7E is #4C8481. Grayscale: #8C8C8C. Windows color (decimal): -5014658 or 8289203. OLE color: 8289203.

HSL color Cylindrical-coordinate representation of color #B37B7E: hue angle of 356.79º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B37B7E is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB179123126-
CMYK00.310.300.30
HSL356.79º26.92%59.22%-
HSV(B)356.79º31.28%70.2%-
XYZ29.4425.2623.06-
YUV140.09120.05155.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.82%
GREEN value IS 123 (48.44% from 255) = 28.74%
BLUE value IS 126 (49.61% from 255) = 29.44%
R=41.82%
G=28.74%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912312600.310.300.30356.7926.9259.22
HexB37B7E01F1E1E1651b3b
Octal26317317603736365453373
Binary1011001111110111111110011111111101111010110010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37B7E; }

 p { color: rgb(179,123,126); }

 H1.HeaderClassName
 {
   color: #B37B7E;
 }
 .AnyTagClassName
 {
   color: #B37B7E;
 }
</style>
background-color css

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

 a { background-color: rgb(179,123,126); }

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

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

 span { border-color: rgb(179,123,126); }

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