#B06F7A

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

Shades of Turkish Rose #B06F7A

Tints of Turkish Rose #B06F7A

Color information

#B06F7A (or 0xB06F7A) is unknown color: approx Turkish Rose. HEX triplet: B0, 6F and 7A. RGB value is (176,111,122). Sum of RGB (Red+Green+Blue) = 176+111+122=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F7A is #4F9085. Grayscale: #838383. Windows color (decimal): -5214342 or 8023984. OLE color: 8023984.

HSL color Cylindrical-coordinate representation of color #B06F7A: hue angle of 349.85º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B06F7A is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB176111122-
CMYK00.370.310.31
HSL349.85º29.15%56.27%-
HSV(B)349.85º36.93%69.02%-
XYZ27.12221.23-
YUV131.69122.53159.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 111 (43.75% from 255) = 27.14%
BLUE value IS 122 (48.05% from 255) = 29.83%
R=43.03%
G=27.14%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611112200.370.310.31349.8529.1556.27
HexB06F7A0251F1F15e1d38
Octal26015717204537375363570
Binary10110000110111111110100100101111111111110101111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06F7A; }

 p { color: rgb(176,111,122); }

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

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

 a { background-color: rgb(176,111,122); }

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

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

 span { border-color: rgb(176,111,122); }

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