#B7887C

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

Shades of Brandy Rose #B7887C

Tints of Brandy Rose #B7887C

Color information

#B7887C (or 0xB7887C) is unknown color: approx Brandy Rose. HEX triplet: B7, 88 and 7C. RGB value is (183,136,124). Sum of RGB (Red+Green+Blue) = 183+136+124=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7887C is #487783. Grayscale: #949494. Windows color (decimal): -4749188 or 8161463. OLE color: 8161463.

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

Color convert

RGB183136124-
CMYK00.260.320.28
HSL12.2º29.06%60.2%-
HSV(B)12.2º32.24%71.76%-
XYZ31.9729.1323.01-
YUV148.68114.07152.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 136 (53.52% from 255) = 30.70%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=41.31%
G=30.70%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313612400.260.320.2812.229.0660.2
HexB7887C01A201Cc1d3c
Octal2672101740324034143574
Binary1011011110001000111110001101010000011100110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7887C; }

 p { color: rgb(183,136,124); }

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

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

 a { background-color: rgb(183,136,124); }

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

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

 span { border-color: rgb(183,136,124); }

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