#B08075

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

Shades of Brandy Rose #B08075

Tints of Brandy Rose #B08075

Color information

#B08075 (or 0xB08075) is unknown color: approx Brandy Rose. HEX triplet: B0, 80 and 75. RGB value is (176,128,117). Sum of RGB (Red+Green+Blue) = 176+128+117=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B08075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08075 is #4F7F8A. Grayscale: #8D8D8D. Windows color (decimal): -5209995 or 7700656. OLE color: 7700656.

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

Color convert

RGB176128117-
CMYK00.270.340.31
HSL11.19º27.19%57.45%-
HSV(B)11.19º33.52%69.02%-
XYZ28.8325.9520.32-
YUV141.1114.4152.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 117 (46.09% from 255) = 27.79%
R=41.81%
G=30.40%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612811700.270.340.3111.1927.1957.45
HexB0807501B221Fb1b39
Octal2602001650334237133371
Binary1011000010000000111010101101110001011111101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08075; }

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

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

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

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

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

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

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

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