#B07B7C

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

Shades of Turkish Rose #B07B7C

Tints of Turkish Rose #B07B7C

Color information

#B07B7C (or 0xB07B7C) is unknown color: approx Turkish Rose. HEX triplet: B0, 7B and 7C. RGB value is (176,123,124). Sum of RGB (Red+Green+Blue) = 176+123+124=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B7C is #4F8483. Grayscale: #8B8B8B. Windows color (decimal): -5211268 or 8158128. OLE color: 8158128.

HSL color Cylindrical-coordinate representation of color #B07B7C: hue angle of 358.87º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07B7C is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB176123124-
CMYK00.300.300.31
HSL358.87º25.12%58.63%-
HSV(B)358.87º30.11%69.02%-
XYZ28.6324.8522.36-
YUV138.96119.56154.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 123 (48.44% from 255) = 29.08%
BLUE value IS 124 (48.83% from 255) = 29.31%
R=41.61%
G=29.08%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612312400.300.300.31358.8725.1258.63
HexB07B7C01E1E1F167193b
Octal26017317403636375473173
Binary1011000011110111111100011110111101111110110011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B7C; }

 p { color: rgb(176,123,124); }

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

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

 a { background-color: rgb(176,123,124); }

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

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

 span { border-color: rgb(176,123,124); }

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