#B8826E

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

Shades of Brandy Rose #B8826E

Tints of Brandy Rose #B8826E

Color information

#B8826E (or 0xB8826E) is unknown color: approx Brandy Rose. HEX triplet: B8, 82 and 6E. RGB value is (184,130,110). Sum of RGB (Red+Green+Blue) = 184+130+110=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B8826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8826E is #477D91. Grayscale: #909090. Windows color (decimal): -4685202 or 7242424. OLE color: 7242424.

HSL color Cylindrical-coordinate representation of color #B8826E: hue angle of 16.22º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8826E is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB184130110-
CMYK00.290.400.28
HSL16.22º34.26%57.65%-
HSV(B)16.22º40.22%72.16%-
XYZ30.5627.2818.41-
YUV143.87108.89156.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.40%
GREEN value IS 130 (51.17% from 255) = 30.66%
BLUE value IS 110 (43.36% from 255) = 25.94%
R=43.40%
G=30.66%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413011000.290.400.2816.2234.2657.65
HexB8826E01D281C10223a
Octal2702021560355034204272
Binary101110001000001011011100111011010001110010000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8826E; }

 p { color: rgb(184,130,110); }

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

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

 a { background-color: rgb(184,130,110); }

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

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

 span { border-color: rgb(184,130,110); }

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