#B07A73

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

Shades of Brandy Rose #B07A73

Tints of Brandy Rose #B07A73

Color information

#B07A73 (or 0xB07A73) is unknown color: approx Brandy Rose. HEX triplet: B0, 7A and 73. RGB value is (176,122,115). Sum of RGB (Red+Green+Blue) = 176+122+115=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A73 is #4F858C. Grayscale: #898989. Windows color (decimal): -5211533 or 7568048. OLE color: 7568048.

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

Color convert

RGB176122115-
CMYK00.310.350.31
HSL6.89º27.85%57.06%-
HSV(B)6.89º34.66%69.02%-
XYZ27.9624.3919.45-
YUV137.35115.39155.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 122 (48.05% from 255) = 29.54%
BLUE value IS 115 (45.31% from 255) = 27.85%
R=42.62%
G=29.54%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612211500.310.350.316.8927.8557.06
HexB07A7301F231F71c39
Octal260172163037433773471
Binary10110000111101011100110111111000111111111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A73; }

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

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

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

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

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

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

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

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