#B8897F

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

Shades of Brandy Rose #B8897F

Tints of Brandy Rose #B8897F

Color information

#B8897F (or 0xB8897F) is unknown color: approx Brandy Rose. HEX triplet: B8, 89 and 7F. RGB value is (184,137,127). Sum of RGB (Red+Green+Blue) = 184+137+127=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B8897F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8897F is #477680. Grayscale: #969696. Windows color (decimal): -4683393 or 8358328. OLE color: 8358328.

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

Color convert

RGB184137127-
CMYK00.260.310.28
HSL10.53º28.64%60.98%-
HSV(B)10.53º30.98%72.16%-
XYZ32.5429.6124.08-
YUV149.91115.07152.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.07%
GREEN value IS 137 (53.91% from 255) = 30.58%
BLUE value IS 127 (50% from 255) = 28.35%
R=41.07%
G=30.58%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413712700.260.310.2810.5328.6460.98
HexB8897F01A1F1Cb1d3d
Octal2702111770323734133575
Binary101110001000100111111110110101111111100101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8897F; }

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

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

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

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

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

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

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

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