#B8896D

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

Shades of Brandy Rose #B8896D

Tints of Brandy Rose #B8896D

Color information

#B8896D (or 0xB8896D) is unknown color: approx Brandy Rose. HEX triplet: B8, 89 and 6D. RGB value is (184,137,109). Sum of RGB (Red+Green+Blue) = 184+137+109=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B8896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8896D is #477692. Grayscale: #949494. Windows color (decimal): -4683411 or 7178680. OLE color: 7178680.

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

Color convert

RGB184137109-
CMYK00.260.410.28
HSL22.4º34.56%57.45%-
HSV(B)22.4º40.76%72.16%-
XYZ31.4729.1918.44-
YUV147.86106.07153.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 137 (53.91% from 255) = 31.86%
BLUE value IS 109 (42.97% from 255) = 25.35%
R=42.79%
G=31.86%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413710900.260.410.2822.434.5657.45
HexB8896D01A291C162339
Octal2702111550325134264371
Binary101110001000100111011010110101010011110010110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8896D; }

 p { color: rgb(184,137,109); }

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

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

 a { background-color: rgb(184,137,109); }

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

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

 span { border-color: rgb(184,137,109); }

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