#B3887D

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

Shades of Brandy Rose #B3887D

Tints of Brandy Rose #B3887D

Color information

#B3887D (or 0xB3887D) is unknown color: approx Brandy Rose. HEX triplet: B3, 88 and 7D. RGB value is (179,136,125). Sum of RGB (Red+Green+Blue) = 179+136+125=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B3887D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3887D is #4C7782. Grayscale: #939393. Windows color (decimal): -5011331 or 8226995. OLE color: 8226995.

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

Color convert

RGB179136125-
CMYK00.240.300.30
HSL12.22º26.21%59.61%-
HSV(B)12.22º30.17%70.2%-
XYZ31.128.6723.3-
YUV147.6115.25150.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.68%
GREEN value IS 136 (53.52% from 255) = 30.91%
BLUE value IS 125 (49.22% from 255) = 28.41%
R=40.68%
G=30.91%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913612500.240.300.3012.2226.2159.61
HexB3887D0181E1Ec1a3c
Octal2632101750303636143274
Binary101100111000100011111010110001111011110110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3887D; }

 p { color: rgb(179,136,125); }

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

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

 a { background-color: rgb(179,136,125); }

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

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

 span { border-color: rgb(179,136,125); }

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