#B07F72

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

Shades of Brandy Rose #B07F72

Tints of Brandy Rose #B07F72

Color information

#B07F72 (or 0xB07F72) is unknown color: approx Brandy Rose. HEX triplet: B0, 7F and 72. RGB value is (176,127,114). Sum of RGB (Red+Green+Blue) = 176+127+114=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07F72 is #4F808D. Grayscale: #8C8C8C. Windows color (decimal): -5210254 or 7503792. OLE color: 7503792.

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

Color convert

RGB176127114-
CMYK00.280.350.31
HSL12.58º28.18%56.86%-
HSV(B)12.58º35.23%69.02%-
XYZ28.5325.6219.36-
YUV140.17113.23153.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 127 (50% from 255) = 30.46%
BLUE value IS 114 (44.92% from 255) = 27.34%
R=42.21%
G=30.46%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612711400.280.350.3112.5828.1856.86
HexB07F7201C231Fd1c39
Octal2601771620344337153471
Binary101100001111111111001001110010001111111110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F72; }

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

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

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

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

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

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

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

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