#B7887D

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

Shades of Brandy Rose #B7887D

Tints of Brandy Rose #B7887D

Color information

#B7887D (or 0xB7887D) is unknown color: approx Brandy Rose. HEX triplet: B7, 88 and 7D. RGB value is (183,136,125). Sum of RGB (Red+Green+Blue) = 183+136+125=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B7887D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7887D is #487782. Grayscale: #949494. Windows color (decimal): -4749187 or 8226999. OLE color: 8226999.

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

Color convert

RGB183136125-
CMYK00.260.320.28
HSL11.38º28.71%60.39%-
HSV(B)11.38º31.69%71.76%-
XYZ32.0329.1623.34-
YUV148.8114.57152.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.22%
GREEN value IS 136 (53.52% from 255) = 30.63%
BLUE value IS 125 (49.22% from 255) = 28.15%
R=41.22%
G=30.63%
B=28.15%

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
Decimal18313612500.260.320.2811.3828.7160.39
HexB7887D01A201Cb1d3c
Octal2672101750324034133574
Binary1011011110001000111110101101010000011100101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7887D; }

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

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

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

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

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

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

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

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