#B07B7D

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

Shades of Turkish Rose #B07B7D

Tints of Turkish Rose #B07B7D

Color information

#B07B7D (or 0xB07B7D) is unknown color: approx Turkish Rose. HEX triplet: B0, 7B and 7D. RGB value is (176,123,125). Sum of RGB (Red+Green+Blue) = 176+123+125=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B7D is #4F8482. Grayscale: #8B8B8B. Windows color (decimal): -5211267 or 8223664. OLE color: 8223664.

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

Color convert

RGB176123125-
CMYK00.300.290.31
HSL357.74º25.12%58.63%-
HSV(B)357.74º30.11%69.02%-
XYZ28.6924.8822.69-
YUV139.07120.06154.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 123 (48.44% from 255) = 29.01%
BLUE value IS 125 (49.22% from 255) = 29.48%
R=41.51%
G=29.01%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612312500.300.290.31357.7425.1258.63
HexB07B7D01E1D1F166193b
Octal26017317503635375463173
Binary1011000011110111111101011110111011111110110011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B7D; }

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

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

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

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

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

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

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

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