#B4886F

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

Shades of Brandy Rose #B4886F

Tints of Brandy Rose #B4886F

Color information

#B4886F (or 0xB4886F) is unknown color: approx Brandy Rose. HEX triplet: B4, 88 and 6F. RGB value is (180,136,111). Sum of RGB (Red+Green+Blue) = 180+136+111=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B4886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4886F is #4B7790. Grayscale: #929292. Windows color (decimal): -4945809 or 7309492. OLE color: 7309492.

HSL color Cylindrical-coordinate representation of color #B4886F: hue angle of 21.74º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4886F is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB180136111-
CMYK00.240.380.29
HSL21.74º31.51%57.06%-
HSV(B)21.74º38.33%70.59%-
XYZ30.528.4618.92-
YUV146.31108.08152.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 136 (53.52% from 255) = 31.85%
BLUE value IS 111 (43.75% from 255) = 26.00%
R=42.15%
G=31.85%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013611100.240.380.2921.7431.5157.06
HexB4886F018261D162039
Octal2642101570304635264071
Binary101101001000100011011110110001001101110110110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4886F; }

 p { color: rgb(180,136,111); }

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

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

 a { background-color: rgb(180,136,111); }

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

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

 span { border-color: rgb(180,136,111); }

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