#B07E74

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

Shades of Brandy Rose #B07E74

Tints of Brandy Rose #B07E74

Color information

#B07E74 (or 0xB07E74) is unknown color: approx Brandy Rose. HEX triplet: B0, 7E and 74. RGB value is (176,126,116). Sum of RGB (Red+Green+Blue) = 176+126+116=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E74 is #4F818B. Grayscale: #8B8B8B. Windows color (decimal): -5210508 or 7634608. OLE color: 7634608.

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

Color convert

RGB176126116-
CMYK00.280.340.31
HSL10º27.52%57.25%-
HSV(B)10º34.09%69.02%-
XYZ28.5225.4119.93-
YUV139.81114.56153.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 126 (49.61% from 255) = 30.14%
BLUE value IS 116 (45.70% from 255) = 27.75%
R=42.11%
G=30.14%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612611600.280.340.311027.5257.25
HexB07E7401C221Fa1c39
Octal2601761640344237123471
Binary101100001111110111010001110010001011111101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07E74; }

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

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

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

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

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

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

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

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