#B07F78

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

Shades of Brandy Rose #B07F78

Tints of Brandy Rose #B07F78

Color information

#B07F78 (or 0xB07F78) is unknown color: approx Brandy Rose. HEX triplet: B0, 7F and 78. RGB value is (176,127,120). Sum of RGB (Red+Green+Blue) = 176+127+120=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07F78 is #4F8087. Grayscale: #8C8C8C. Windows color (decimal): -5210248 or 7897008. OLE color: 7897008.

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

Color convert

RGB176127120-
CMYK00.280.320.31
HSL7.5º26.17%58.04%-
HSV(B)7.5º31.82%69.02%-
XYZ28.8825.7621.22-
YUV140.85116.23153.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 127 (50% from 255) = 30.02%
BLUE value IS 120 (47.27% from 255) = 28.37%
R=41.61%
G=30.02%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612712000.280.320.317.526.1758.04
HexB07F7801C201F71a3a
Octal260177170034403773272
Binary10110000111111111110000111001000001111111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F78; }

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

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

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

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

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

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

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

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