#B08379

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

Shades of Brandy Rose #B08379

Tints of Brandy Rose #B08379

Color information

#B08379 (or 0xB08379) is unknown color: approx Brandy Rose. HEX triplet: B0, 83 and 79. RGB value is (176,131,121). Sum of RGB (Red+Green+Blue) = 176+131+121=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B08379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08379 is #4F7C86. Grayscale: #8F8F8F. Windows color (decimal): -5209223 or 7963568. OLE color: 7963568.

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

Color convert

RGB176131121-
CMYK00.260.310.31
HSL10.91º25.82%58.24%-
HSV(B)10.91º31.25%69.02%-
XYZ29.4726.8421.72-
YUV143.32115.41151.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.12%
GREEN value IS 131 (51.56% from 255) = 30.61%
BLUE value IS 121 (47.66% from 255) = 28.27%
R=41.12%
G=30.61%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613112100.260.310.3110.9125.8258.24
HexB0837901A1F1Fb1a3a
Octal2602031710323737133272
Binary101100001000001111110010110101111111111101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08379; }

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

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

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

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

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

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

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

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