#B07C71

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

Shades of Brandy Rose #B07C71

Tints of Brandy Rose #B07C71

Color information

#B07C71 (or 0xB07C71) is unknown color: approx Brandy Rose. HEX triplet: B0, 7C and 71. RGB value is (176,124,113). Sum of RGB (Red+Green+Blue) = 176+124+113=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07C71 is #4F838E. Grayscale: #8A8A8A. Windows color (decimal): -5211023 or 7437488. OLE color: 7437488.

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

Color convert

RGB176124113-
CMYK00.300.360.31
HSL10.48º28.51%56.67%-
HSV(B)10.48º35.8%69.02%-
XYZ28.0924.8418.94-
YUV138.29113.73154.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 124 (48.83% from 255) = 30.02%
BLUE value IS 113 (44.53% from 255) = 27.36%
R=42.62%
G=30.02%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612411300.300.360.3110.4828.5156.67
HexB07C7101E241Fa1d39
Octal2601741610364437123571
Binary101100001111100111000101111010010011111101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07C71; }

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

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

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

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

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

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

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

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