#B76B6D

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

Shades of Turkish Rose #B76B6D

Tints of Turkish Rose #B76B6D

Color information

#B76B6D (or 0xB76B6D) is unknown color: approx Turkish Rose. HEX triplet: B7, 6B and 6D. RGB value is (183,107,109). Sum of RGB (Red+Green+Blue) = 183+107+109=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76B6D is #489492. Grayscale: #828282. Windows color (decimal): -4756627 or 7170999. OLE color: 7170999.

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

Color convert

RGB183107109-
CMYK00.420.400.28
HSL358.42º34.55%56.86%-
HSV(B)358.42º41.53%71.76%-
XYZ27.5521.6917.2-
YUV129.95116.18165.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 107 (42.19% from 255) = 26.82%
BLUE value IS 109 (42.97% from 255) = 27.32%
R=45.86%
G=26.82%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310710900.420.400.28358.4234.5556.86
HexB76B6D02A281C1662339
Octal26715315505250345464371
Binary1011011111010111101101010101010100011100101100110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76B6D; }

 p { color: rgb(183,107,109); }

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

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

 a { background-color: rgb(183,107,109); }

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

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

 span { border-color: rgb(183,107,109); }

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