#B2816D

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

Shades of Brandy Rose #B2816D

Tints of Brandy Rose #B2816D

Color information

#B2816D (or 0xB2816D) is unknown color: approx Brandy Rose. HEX triplet: B2, 81 and 6D. RGB value is (178,129,109). Sum of RGB (Red+Green+Blue) = 178+129+109=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2816D is #4D7E92. Grayscale: #8D8D8D. Windows color (decimal): -5078675 or 7176626. OLE color: 7176626.

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

Color convert

RGB178129109-
CMYK00.280.390.30
HSL17.39º30.94%56.27%-
HSV(B)17.39º38.76%69.8%-
XYZ28.9726.2718.01-
YUV141.37109.73154.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.79%
GREEN value IS 129 (50.78% from 255) = 31.01%
BLUE value IS 109 (42.97% from 255) = 26.20%
R=42.79%
G=31.01%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812910900.280.390.3017.3930.9456.27
HexB2816D01C271E111f38
Octal2622011550344736213770
Binary10110010100000011101101011100100111111101000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2816D; }

 p { color: rgb(178,129,109); }

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

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

 a { background-color: rgb(178,129,109); }

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

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

 span { border-color: rgb(178,129,109); }

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