#B07F75

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

Shades of Brandy Rose #B07F75

Tints of Brandy Rose #B07F75

Color information

#B07F75 (or 0xB07F75) is unknown color: approx Brandy Rose. HEX triplet: B0, 7F and 75. RGB value is (176,127,117). Sum of RGB (Red+Green+Blue) = 176+127+117=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07F75 is #4F808A. Grayscale: #8C8C8C. Windows color (decimal): -5210251 or 7700400. OLE color: 7700400.

HSL color Cylindrical-coordinate representation of color #B07F75: hue angle of 10.17º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B07F75 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB176127117-
CMYK00.280.340.31
HSL10.17º27.19%57.45%-
HSV(B)10.17º33.52%69.02%-
XYZ28.725.6920.28-
YUV140.51114.73153.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 127 (50% from 255) = 30.24%
BLUE value IS 117 (46.09% from 255) = 27.86%
R=41.90%
G=30.24%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612711700.280.340.3110.1727.1957.45
HexB07F7501C221Fa1b39
Octal2601771650344237123371
Binary101100001111111111010101110010001011111101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F75; }

 p { color: rgb(176,127,117); }

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

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

 a { background-color: rgb(176,127,117); }

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

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

 span { border-color: rgb(176,127,117); }

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