#B67B7E

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

Shades of Turkish Rose #B67B7E

Tints of Turkish Rose #B67B7E

Color information

#B67B7E (or 0xB67B7E) is unknown color: approx Turkish Rose. HEX triplet: B6, 7B and 7E. RGB value is (182,123,126). Sum of RGB (Red+Green+Blue) = 182+123+126=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67B7E is #498481. Grayscale: #8D8D8D. Windows color (decimal): -4818050 or 8289206. OLE color: 8289206.

HSL color Cylindrical-coordinate representation of color #B67B7E: hue angle of 356.95º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B67B7E is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB182123126-
CMYK00.320.310.29
HSL356.95º28.78%59.8%-
HSV(B)356.95º32.42%71.37%-
XYZ30.1425.6223.09-
YUV140.98119.55157.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 123 (48.44% from 255) = 28.54%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=42.23%
G=28.54%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212312600.320.310.29356.9528.7859.8
HexB67B7E0201F1D1651d3c
Octal26617317604037355453574
Binary10110110111101111111100100000111111110110110010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B7E; }

 p { color: rgb(182,123,126); }

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

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

 a { background-color: rgb(182,123,126); }

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

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

 span { border-color: rgb(182,123,126); }

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