#B67B7D

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

Shades of Turkish Rose #B67B7D

Tints of Turkish Rose #B67B7D

Color information

#B67B7D (or 0xB67B7D) is unknown color: approx Turkish Rose. HEX triplet: B6, 7B and 7D. RGB value is (182,123,125). Sum of RGB (Red+Green+Blue) = 182+123+125=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67B7D is #498482. Grayscale: #8C8C8C. Windows color (decimal): -4818051 or 8223670. OLE color: 8223670.

HSL color Cylindrical-coordinate representation of color #B67B7D: hue angle of 357.97º 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 #B67B7D is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB182123125-
CMYK00.320.310.29
HSL357.97º28.78%59.8%-
HSV(B)357.97º32.42%71.37%-
XYZ30.0825.5922.76-
YUV140.87119.05157.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.33%
GREEN value IS 123 (48.44% from 255) = 28.60%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=42.33%
G=28.60%
B=29.07%

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
Decimal18212312500.320.310.29357.9728.7859.8
HexB67B7D0201F1D1661d3c
Octal26617317504037355463574
Binary10110110111101111111010100000111111110110110011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B7D; }

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

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

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

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

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

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

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

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