#B4836D

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

Shades of Brandy Rose #B4836D

Tints of Brandy Rose #B4836D

Color information

#B4836D (or 0xB4836D) is unknown color: approx Brandy Rose. HEX triplet: B4, 83 and 6D. RGB value is (180,131,109). Sum of RGB (Red+Green+Blue) = 180+131+109=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B4836D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4836D is #4B7C92. Grayscale: #8F8F8F. Windows color (decimal): -4947091 or 7177140. OLE color: 7177140.

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

Color convert

RGB180131109-
CMYK00.270.390.29
HSL18.59º32.13%56.67%-
HSV(B)18.59º39.44%70.59%-
XYZ29.727.0418.12-
YUV143.14108.73154.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 131 (51.56% from 255) = 31.19%
BLUE value IS 109 (42.97% from 255) = 25.95%
R=42.86%
G=31.19%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013110900.270.390.2918.5932.1356.67
HexB4836D01B271D132039
Octal2642031550334735234071
Binary101101001000001111011010110111001111110110011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4836D; }

 p { color: rgb(180,131,109); }

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

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

 a { background-color: rgb(180,131,109); }

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

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

 span { border-color: rgb(180,131,109); }

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