#B2806E

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

Shades of Brandy Rose #B2806E

Tints of Brandy Rose #B2806E

Color information

#B2806E (or 0xB2806E) is unknown color: approx Brandy Rose. HEX triplet: B2, 80 and 6E. RGB value is (178,128,110). Sum of RGB (Red+Green+Blue) = 178+128+110=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2806E is #4D7F91. Grayscale: #8D8D8D. Windows color (decimal): -5078930 or 7241906. OLE color: 7241906.

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

Color convert

RGB178128110-
CMYK00.280.380.30
HSL15.88º30.63%56.47%-
HSV(B)15.88º38.2%69.8%-
XYZ28.8926.0318.25-
YUV140.9110.56154.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.79%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 110 (43.36% from 255) = 26.44%
R=42.79%
G=30.77%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812811000.280.380.3015.8830.6356.47
HexB2806E01C261E101f38
Octal2622001560344636203770
Binary10110010100000001101110011100100110111101000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2806E; }

 p { color: rgb(178,128,110); }

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

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

 a { background-color: rgb(178,128,110); }

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

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

 span { border-color: rgb(178,128,110); }

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