#B0737B

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

Shades of Turkish Rose #B0737B

Tints of Turkish Rose #B0737B

Color information

#B0737B (or 0xB0737B) is unknown color: approx Turkish Rose. HEX triplet: B0, 73 and 7B. RGB value is (176,115,123). Sum of RGB (Red+Green+Blue) = 176+115+123=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0737B is #4F8C84. Grayscale: #868686. Windows color (decimal): -5213317 or 8090544. OLE color: 8090544.

HSL color Cylindrical-coordinate representation of color #B0737B: hue angle of 352.13º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0737B is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB176115123-
CMYK00.350.300.31
HSL352.13º27.85%57.06%-
HSV(B)352.13º34.66%69.02%-
XYZ27.6122.9221.71-
YUV134.15121.71157.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 115 (45.31% from 255) = 27.78%
BLUE value IS 123 (48.44% from 255) = 29.71%
R=42.51%
G=27.78%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611512300.350.300.31352.1327.8557.06
HexB0737B0231E1F1601c39
Octal26016317304336375403471
Binary10110000111001111110110100011111101111110110000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0737B; }

 p { color: rgb(176,115,123); }

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

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

 a { background-color: rgb(176,115,123); }

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

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

 span { border-color: rgb(176,115,123); }

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