#B8817A

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

Shades of Brandy Rose #B8817A

Tints of Brandy Rose #B8817A

Color information

#B8817A (or 0xB8817A) is unknown color: approx Brandy Rose. HEX triplet: B8, 81 and 7A. RGB value is (184,129,122). Sum of RGB (Red+Green+Blue) = 184+129+122=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B8817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8817A is #477E85. Grayscale: #909090. Windows color (decimal): -4685446 or 8028600. OLE color: 8028600.

HSL color Cylindrical-coordinate representation of color #B8817A: hue angle of 6.77º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8817A is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB184129122-
CMYK00.300.340.28
HSL6.77º30.39%60%-
HSV(B)6.77º33.7%72.16%-
XYZ31.1327.322.04-
YUV144.65115.22156.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.30%
GREEN value IS 129 (50.78% from 255) = 29.66%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=42.30%
G=29.66%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412912200.300.340.286.7730.3960
HexB8817A01E221C71e3c
Octal270201172036423473674
Binary101110001000000111110100111101000101110011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8817A; }

 p { color: rgb(184,129,122); }

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

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

 a { background-color: rgb(184,129,122); }

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

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

 span { border-color: rgb(184,129,122); }

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