#B07E71

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

Shades of Brandy Rose #B07E71

Tints of Brandy Rose #B07E71

Color information

#B07E71 (or 0xB07E71) is unknown color: approx Brandy Rose. HEX triplet: B0, 7E and 71. RGB value is (176,126,113). Sum of RGB (Red+Green+Blue) = 176+126+113=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E71 is #4F818E. Grayscale: #8B8B8B. Windows color (decimal): -5210511 or 7438000. OLE color: 7438000.

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

Color convert

RGB176126113-
CMYK00.280.360.31
HSL12.38º28.51%56.67%-
HSV(B)12.38º35.8%69.02%-
XYZ28.3525.3419.02-
YUV139.47113.06154.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 126 (49.61% from 255) = 30.36%
BLUE value IS 113 (44.53% from 255) = 27.23%
R=42.41%
G=30.36%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612611300.280.360.3112.3828.5156.67
HexB07E7101C241Fc1d39
Octal2601761610344437143571
Binary101100001111110111000101110010010011111110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07E71; }

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

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

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

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

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

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

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

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