#B08275

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

Shades of Brandy Rose #B08275

Tints of Brandy Rose #B08275

Color information

#B08275 (or 0xB08275) is unknown color: approx Brandy Rose. HEX triplet: B0, 82 and 75. RGB value is (176,130,117). Sum of RGB (Red+Green+Blue) = 176+130+117=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B08275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08275 is #4F7D8A. Grayscale: #8E8E8E. Windows color (decimal): -5209483 or 7701168. OLE color: 7701168.

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

Color convert

RGB176130117-
CMYK00.260.340.31
HSL13.22º27.19%57.45%-
HSV(B)13.22º33.52%69.02%-
XYZ29.126.4820.41-
YUV142.27113.74152.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 130 (51.17% from 255) = 30.73%
BLUE value IS 117 (46.09% from 255) = 27.66%
R=41.61%
G=30.73%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613011700.260.340.3113.2227.1957.45
HexB0827501A221Fd1b39
Octal2602021650324237153371
Binary1011000010000010111010101101010001011111110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08275; }

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

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

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

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

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

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

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

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