#B76569

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

Shades of Turkish Rose #B76569

Tints of Turkish Rose #B76569

Color information

#B76569 (or 0xB76569) is unknown color: approx Turkish Rose. HEX triplet: B7, 65 and 69. RGB value is (183,101,105). Sum of RGB (Red+Green+Blue) = 183+101+105=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B76569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76569 is #489A96. Grayscale: #7E7E7E. Windows color (decimal): -4758167 or 6907319. OLE color: 6907319.

HSL color Cylindrical-coordinate representation of color #B76569: hue angle of 357.07º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B76569 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB183101105-
CMYK00.450.430.28
HSL357.07º36.28%55.69%-
HSV(B)357.07º44.81%71.76%-
XYZ26.7320.3915.89-
YUV125.97116.17168.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 101 (39.84% from 255) = 25.96%
BLUE value IS 105 (41.41% from 255) = 26.99%
R=47.04%
G=25.96%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310110500.450.430.28357.0736.2855.69
HexB7656902D2B1C1652438
Octal26714515105553345454470
Binary1011011111001011101001010110110101111100101100101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76569; }

 p { color: rgb(183,101,105); }

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

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

 a { background-color: rgb(183,101,105); }

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

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

 span { border-color: rgb(183,101,105); }

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