#B08375

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

Shades of Brandy Rose #B08375

Tints of Brandy Rose #B08375

Color information

#B08375 (or 0xB08375) is unknown color: approx Brandy Rose. HEX triplet: B0, 83 and 75. RGB value is (176,131,117). Sum of RGB (Red+Green+Blue) = 176+131+117=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B08375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08375 is #4F7C8A. Grayscale: #8E8E8E. Windows color (decimal): -5209227 or 7701424. OLE color: 7701424.

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

Color convert

RGB176131117-
CMYK00.260.340.31
HSL14.24º27.19%57.45%-
HSV(B)14.24º33.52%69.02%-
XYZ29.2326.7520.45-
YUV142.86113.41151.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 131 (51.56% from 255) = 30.90%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=41.51%
G=30.90%
B=27.59%

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
Decimal17613111700.260.340.3114.2427.1957.45
HexB0837501A221Fe1b39
Octal2602031650324237163371
Binary1011000010000011111010101101010001011111111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08375; }

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

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

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

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

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

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

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

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