#B7886E

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

Shades of Brandy Rose #B7886E

Tints of Brandy Rose #B7886E

Color information

#B7886E (or 0xB7886E) is unknown color: approx Brandy Rose. HEX triplet: B7, 88 and 6E. RGB value is (183,136,110). Sum of RGB (Red+Green+Blue) = 183+136+110=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B7886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7886E is #487791. Grayscale: #939393. Windows color (decimal): -4749202 or 7243959. OLE color: 7243959.

HSL color Cylindrical-coordinate representation of color #B7886E: hue angle of 21.37º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7886E is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183136110-
CMYK00.260.400.28
HSL21.37º33.64%57.45%-
HSV(B)21.37º39.89%71.76%-
XYZ31.1528.818.67-
YUV147.09107.07153.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 136 (53.52% from 255) = 31.70%
BLUE value IS 110 (43.36% from 255) = 25.64%
R=42.66%
G=31.70%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313611000.260.400.2821.3733.6457.45
HexB7886E01A281C152239
Octal2672101560325034254271
Binary101101111000100011011100110101010001110010101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7886E; }

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

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

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

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

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

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

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

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