#B07C73

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

Shades of Brandy Rose #B07C73

Tints of Brandy Rose #B07C73

Color information

#B07C73 (or 0xB07C73) is unknown color: approx Brandy Rose. HEX triplet: B0, 7C and 73. RGB value is (176,124,115). Sum of RGB (Red+Green+Blue) = 176+124+115=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07C73 is #4F838C. Grayscale: #8A8A8A. Windows color (decimal): -5211021 or 7568560. OLE color: 7568560.

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

Color convert

RGB176124115-
CMYK00.300.350.31
HSL8.85º27.85%57.06%-
HSV(B)8.85º34.66%69.02%-
XYZ28.2124.8819.54-
YUV138.52114.73154.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 124 (48.83% from 255) = 29.88%
BLUE value IS 115 (45.31% from 255) = 27.71%
R=42.41%
G=29.88%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612411500.300.350.318.8527.8557.06
HexB07C7301E231F91c39
Octal2601741630364337113471
Binary101100001111100111001101111010001111111100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07C73; }

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

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

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

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

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

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

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

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