#B37A7E

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

Shades of Turkish Rose #B37A7E

Tints of Turkish Rose #B37A7E

Color information

#B37A7E (or 0xB37A7E) is unknown color: approx Turkish Rose. HEX triplet: B3, 7A and 7E. RGB value is (179,122,126). Sum of RGB (Red+Green+Blue) = 179+122+126=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37A7E is #4C8581. Grayscale: #8B8B8B. Windows color (decimal): -5014914 or 8288947. OLE color: 8288947.

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

Color convert

RGB179122126-
CMYK00.320.300.30
HSL355.79º27.27%59.02%-
HSV(B)355.79º31.84%70.2%-
XYZ29.3225.0123.02-
YUV139.5120.38156.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.92%
GREEN value IS 122 (48.05% from 255) = 28.57%
BLUE value IS 126 (49.61% from 255) = 29.51%
R=41.92%
G=28.57%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912212600.320.300.30355.7927.2759.02
HexB37A7E0201E1E1641b3b
Octal26317217604036365443373
Binary10110011111101011111100100000111101111010110010011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37A7E; }

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

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

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

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

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

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

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

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