#B8826A

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

Shades of Brandy Rose #B8826A

Tints of Brandy Rose #B8826A

Color information

#B8826A (or 0xB8826A) is unknown color: approx Brandy Rose. HEX triplet: B8, 82 and 6A. RGB value is (184,130,106). Sum of RGB (Red+Green+Blue) = 184+130+106=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B8826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8826A is #477D95. Grayscale: #8F8F8F. Windows color (decimal): -4685206 or 6980280. OLE color: 6980280.

HSL color Cylindrical-coordinate representation of color #B8826A: hue angle of 18.46º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8826A is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB184130106-
CMYK00.290.420.28
HSL18.46º35.45%56.86%-
HSV(B)18.46º42.39%72.16%-
XYZ30.3527.217.29-
YUV143.41106.89156.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.81%
GREEN value IS 130 (51.17% from 255) = 30.95%
BLUE value IS 106 (41.80% from 255) = 25.24%
R=43.81%
G=30.95%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413010600.290.420.2818.4635.4556.86
HexB8826A01D2A1C122339
Octal2702021520355234224371
Binary101110001000001011010100111011010101110010010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8826A; }

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

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

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

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

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

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

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

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