#B7676A

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

Shades of Turkish Rose #B7676A

Tints of Turkish Rose #B7676A

Color information

#B7676A (or 0xB7676A) is unknown color: approx Turkish Rose. HEX triplet: B7, 67 and 6A. RGB value is (183,103,106). Sum of RGB (Red+Green+Blue) = 183+103+106=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7676A is #489895. Grayscale: #7F7F7F. Windows color (decimal): -4757654 or 6973367. OLE color: 6973367.

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

Color convert

RGB183103106-
CMYK00.440.420.28
HSL357.75º35.71%56.08%-
HSV(B)357.75º43.72%71.76%-
XYZ26.9820.8116.23-
YUV127.26116167.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 103 (40.62% from 255) = 26.28%
BLUE value IS 106 (41.80% from 255) = 27.04%
R=46.68%
G=26.28%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310310600.440.420.28357.7535.7156.08
HexB7676A02C2A1C1662438
Octal26714715205452345464470
Binary1011011111001111101010010110010101011100101100110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7676A; }

 p { color: rgb(183,103,106); }

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

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

 a { background-color: rgb(183,103,106); }

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

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

 span { border-color: rgb(183,103,106); }

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