#B8847A

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

Shades of Brandy Rose #B8847A

Tints of Brandy Rose #B8847A

Color information

#B8847A (or 0xB8847A) is unknown color: approx Brandy Rose. HEX triplet: B8, 84 and 7A. RGB value is (184,132,122). Sum of RGB (Red+Green+Blue) = 184+132+122=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B8847A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8847A is #477B85. Grayscale: #929292. Windows color (decimal): -4684678 or 8029368. OLE color: 8029368.

HSL color Cylindrical-coordinate representation of color #B8847A: hue angle of 9.68º 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 #B8847A is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB184132122-
CMYK00.280.340.28
HSL9.68º30.39%60%-
HSV(B)9.68º33.7%72.16%-
XYZ31.5328.122.17-
YUV146.41114.23154.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.01%
GREEN value IS 132 (51.95% from 255) = 30.14%
BLUE value IS 122 (48.05% from 255) = 27.85%
R=42.01%
G=30.14%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413212200.280.340.289.6830.3960
HexB8847A01C221Ca1e3c
Octal2702041720344234123674
Binary1011100010000100111101001110010001011100101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8847A; }

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

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

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

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

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

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

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

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