#B8877A

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

Shades of Brandy Rose #B8877A

Tints of Brandy Rose #B8877A

Color information

#B8877A (or 0xB8877A) is unknown color: approx Brandy Rose. HEX triplet: B8, 87 and 7A. RGB value is (184,135,122). Sum of RGB (Red+Green+Blue) = 184+135+122=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B8877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8877A is #477885. Grayscale: #949494. Windows color (decimal): -4683910 or 8030136. OLE color: 8030136.

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

Color convert

RGB184135122-
CMYK00.270.340.28
HSL12.58º30.39%60%-
HSV(B)12.58º33.7%72.16%-
XYZ31.9428.9222.31-
YUV148.17113.23153.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.72%
GREEN value IS 135 (53.12% from 255) = 30.61%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=41.72%
G=30.61%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413512200.270.340.2812.5830.3960
HexB8877A01B221Cd1e3c
Octal2702071720334234153674
Binary1011100010000111111101001101110001011100110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8877A; }

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

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

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

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

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

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

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

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