#B28679

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

Shades of Brandy Rose #B28679

Tints of Brandy Rose #B28679

Color information

#B28679 (or 0xB28679) is unknown color: approx Brandy Rose. HEX triplet: B2, 86 and 79. RGB value is (178,134,121). Sum of RGB (Red+Green+Blue) = 178+134+121=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B28679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28679 is #4D7986. Grayscale: #919191. Windows color (decimal): -5077383 or 7964338. OLE color: 7964338.

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

Color convert

RGB178134121-
CMYK00.250.320.30
HSL13.68º27.01%58.63%-
HSV(B)13.68º32.02%69.8%-
XYZ30.3427.921.87-
YUV145.67114.08151.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 134 (52.73% from 255) = 30.95%
BLUE value IS 121 (47.66% from 255) = 27.94%
R=41.11%
G=30.95%
B=27.94%

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
Decimal17813412100.250.320.3013.6827.0158.63
HexB28679019201Ee1b3b
Octal2622061710314036163373
Binary1011001010000110111100101100110000011110111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28679; }

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

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

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

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

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

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

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

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