#B06567

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

Shades of Turkish Rose #B06567

Tints of Turkish Rose #B06567

Color information

#B06567 (or 0xB06567) is unknown color: approx Turkish Rose. HEX triplet: B0, 65 and 67. RGB value is (176,101,103). Sum of RGB (Red+Green+Blue) = 176+101+103=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B06567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06567 is #4F9A98. Grayscale: #7B7B7B. Windows color (decimal): -5216921 or 6776240. OLE color: 6776240.

HSL color Cylindrical-coordinate representation of color #B06567: hue angle of 358.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B06567 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB176101103-
CMYK00.430.410.31
HSL358.4º32.19%54.31%-
HSV(B)358.4º42.61%69.02%-
XYZ25.0119.5215.28-
YUV123.65116.35165.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.32%
GREEN value IS 101 (39.84% from 255) = 26.58%
BLUE value IS 103 (40.62% from 255) = 27.11%
R=46.32%
G=26.58%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610110300.430.410.31358.432.1954.31
HexB0656702B291F1662036
Octal26014514705351375464066
Binary1011000011001011100111010101110100111111101100110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06567; }

 p { color: rgb(176,101,103); }

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

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

 a { background-color: rgb(176,101,103); }

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

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

 span { border-color: rgb(176,101,103); }

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