#B07B80

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

Shades of Turkish Rose #B07B80

Tints of Turkish Rose #B07B80

Color information

#B07B80 (or 0xB07B80) is unknown color: approx Turkish Rose. HEX triplet: B0, 7B and 80. RGB value is (176,123,128). Sum of RGB (Red+Green+Blue) = 176+123+128=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07B80 is #4F847F. Grayscale: #8B8B8B. Windows color (decimal): -5211264 or 8420272. OLE color: 8420272.

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

Color convert

RGB176123128-
CMYK00.300.270.31
HSL354.34º25.12%58.63%-
HSV(B)354.34º30.11%69.02%-
XYZ28.8824.9523.72-
YUV139.42121.56154.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 123 (48.44% from 255) = 28.81%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=41.22%
G=28.81%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612312800.300.270.31354.3425.1258.63
HexB07B8001E1B1F162193b
Octal26017320003633375423173
Binary10110000111101110000000011110110111111110110001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B80; }

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

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

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

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

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

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

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

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