#B06F7B

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

Shades of Turkish Rose #B06F7B

Tints of Turkish Rose #B06F7B

Color information

#B06F7B (or 0xB06F7B) is unknown color: approx Turkish Rose. HEX triplet: B0, 6F and 7B. RGB value is (176,111,123). Sum of RGB (Red+Green+Blue) = 176+111+123=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F7B is #4F9084. Grayscale: #838383. Windows color (decimal): -5214341 or 8089520. OLE color: 8089520.

HSL color Cylindrical-coordinate representation of color #B06F7B: hue angle of 348.92º 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 #B06F7B is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB176111123-
CMYK00.370.300.31
HSL348.92º29.15%56.27%-
HSV(B)348.92º36.93%69.02%-
XYZ27.1622.0321.56-
YUV131.8123.03159.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.93%
GREEN value IS 111 (43.75% from 255) = 27.07%
BLUE value IS 123 (48.44% from 255) = 30%
R=42.93%
G=27.07%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611112300.370.300.31348.9229.1556.27
HexB06F7B0251E1F15d1d38
Octal26015717304536375353570
Binary10110000110111111110110100101111101111110101110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06F7B; }

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

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

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

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

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

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

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

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