#B38679

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

Shades of Brandy Rose #B38679

Tints of Brandy Rose #B38679

Color information

#B38679 (or 0xB38679) is unknown color: approx Brandy Rose. HEX triplet: B3, 86 and 79. RGB value is (179,134,121). Sum of RGB (Red+Green+Blue) = 179+134+121=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B38679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38679 is #4C7986. Grayscale: #929292. Windows color (decimal): -5011847 or 7964339. OLE color: 7964339.

HSL color Cylindrical-coordinate representation of color #B38679: hue angle of 13.45º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B38679 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB179134121-
CMYK00.250.320.30
HSL13.45º27.62%58.82%-
HSV(B)13.45º32.4%70.2%-
XYZ30.5728.0121.89-
YUV145.97113.91151.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.24%
GREEN value IS 134 (52.73% from 255) = 30.88%
BLUE value IS 121 (47.66% from 255) = 27.88%
R=41.24%
G=30.88%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913412100.250.320.3013.4527.6258.82
HexB38679019201Ed1c3b
Octal2632061710314036153473
Binary1011001110000110111100101100110000011110110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38679; }

 p { color: rgb(179,134,121); }

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

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

 a { background-color: rgb(179,134,121); }

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

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

 span { border-color: rgb(179,134,121); }

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