#B7887F

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

Shades of Brandy Rose #B7887F

Tints of Brandy Rose #B7887F

Color information

#B7887F (or 0xB7887F) is unknown color: approx Brandy Rose. HEX triplet: B7, 88 and 7F. RGB value is (183,136,127). Sum of RGB (Red+Green+Blue) = 183+136+127=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B7887F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7887F is #487780. Grayscale: #959595. Windows color (decimal): -4749185 or 8358071. OLE color: 8358071.

HSL color Cylindrical-coordinate representation of color #B7887F: hue angle of 9.64º degrees, saturation: 0.28, 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 #B7887F is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB183136127-
CMYK00.260.310.28
HSL9.64º28%60.78%-
HSV(B)9.64º30.6%71.76%-
XYZ32.1629.2124.02-
YUV149.03115.57152.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.03%
GREEN value IS 136 (53.52% from 255) = 30.49%
BLUE value IS 127 (50% from 255) = 28.48%
R=41.03%
G=30.49%
B=28.48%

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
Decimal18313612700.260.310.289.642860.78
HexB7887F01A1F1Ca1c3d
Octal2672101770323734123475
Binary101101111000100011111110110101111111100101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7887F; }

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

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

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

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

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

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

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

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