#B07E75

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

Shades of Brandy Rose #B07E75

Tints of Brandy Rose #B07E75

Color information

#B07E75 (or 0xB07E75) is unknown color: approx Brandy Rose. HEX triplet: B0, 7E and 75. RGB value is (176,126,117). Sum of RGB (Red+Green+Blue) = 176+126+117=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E75 is #4F818A. Grayscale: #8C8C8C. Windows color (decimal): -5210507 or 7700144. OLE color: 7700144.

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

Color convert

RGB176126117-
CMYK00.280.340.31
HSL9.15º27.19%57.45%-
HSV(B)9.15º33.52%69.02%-
XYZ28.5825.4420.23-
YUV139.92115.06153.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 126 (49.61% from 255) = 30.07%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=42.00%
G=30.07%
B=27.92%

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
Decimal17612611700.280.340.319.1527.1957.45
HexB07E7501C221F91b39
Octal2601761650344237113371
Binary101100001111110111010101110010001011111100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07E75; }

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

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

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

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

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

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

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

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