#B38676

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

Shades of Brandy Rose #B38676

Tints of Brandy Rose #B38676

Color information

#B38676 (or 0xB38676) is unknown color: approx Brandy Rose. HEX triplet: B3, 86 and 76. RGB value is (179,134,118). Sum of RGB (Red+Green+Blue) = 179+134+118=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B38676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38676 is #4C7989. Grayscale: #919191. Windows color (decimal): -5011850 or 7767731. OLE color: 7767731.

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

Color convert

RGB179134118-
CMYK00.250.340.30
HSL15.74º28.64%58.24%-
HSV(B)15.74º34.08%70.2%-
XYZ30.3927.9420.93-
YUV145.63112.41151.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.53%
GREEN value IS 134 (52.73% from 255) = 31.09%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=41.53%
G=31.09%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913411800.250.340.3015.7428.6458.24
HexB38676019221E101d3a
Octal2632061660314236203572
Binary10110011100001101110110011001100010111101000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38676; }

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

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

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

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

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

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

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

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