#B7887A

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

Shades of Brandy Rose #B7887A

Tints of Brandy Rose #B7887A

Color information

#B7887A (or 0xB7887A) is unknown color: approx Brandy Rose. HEX triplet: B7, 88 and 7A. RGB value is (183,136,122). Sum of RGB (Red+Green+Blue) = 183+136+122=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7887A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7887A is #487785. Grayscale: #949494. Windows color (decimal): -4749190 or 8030391. OLE color: 8030391.

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

Color convert

RGB183136122-
CMYK00.260.330.28
HSL13.77º29.76%59.8%-
HSV(B)13.77º33.33%71.76%-
XYZ31.8529.0822.35-
YUV148.46113.07152.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 136 (53.52% from 255) = 30.84%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=41.50%
G=30.84%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313612200.260.330.2813.7729.7659.8
HexB7887A01A211Ce1e3c
Octal2672101720324134163674
Binary1011011110001000111101001101010000111100111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7887A; }

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

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

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

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

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

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

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

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