#B28676

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

Shades of Brandy Rose #B28676

Tints of Brandy Rose #B28676

Color information

#B28676 (or 0xB28676) is unknown color: approx Brandy Rose. HEX triplet: B2, 86 and 76. RGB value is (178,134,118). Sum of RGB (Red+Green+Blue) = 178+134+118=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B28676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28676 is #4D7989. Grayscale: #919191. Windows color (decimal): -5077386 or 7767730. OLE color: 7767730.

HSL color Cylindrical-coordinate representation of color #B28676: hue angle of 16º degrees, saturation: 0.28, 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 #B28676 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB178134118-
CMYK00.250.340.30
HSL16º28.04%58.04%-
HSV(B)16º33.71%69.8%-
XYZ30.1627.8220.92-
YUV145.33112.58151.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.40%
GREEN value IS 134 (52.73% from 255) = 31.16%
BLUE value IS 118 (46.48% from 255) = 27.44%
R=41.40%
G=31.16%
B=27.44%

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
Decimal17813411800.250.340.301628.0458.04
HexB28676019221E101c3a
Octal2622061660314236203472
Binary10110010100001101110110011001100010111101000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28676; }

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

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

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

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

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

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

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

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