#B4836E

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

Shades of Brandy Rose #B4836E

Tints of Brandy Rose #B4836E

Color information

#B4836E (or 0xB4836E) is unknown color: approx Brandy Rose. HEX triplet: B4, 83 and 6E. RGB value is (180,131,110). Sum of RGB (Red+Green+Blue) = 180+131+110=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B4836E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4836E is #4B7C91. Grayscale: #8F8F8F. Windows color (decimal): -4947090 or 7242676. OLE color: 7242676.

HSL color Cylindrical-coordinate representation of color #B4836E: hue angle of 18º 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 #B4836E is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB180131110-
CMYK00.270.390.29
HSL18º31.82%56.86%-
HSV(B)18º38.89%70.59%-
XYZ29.7527.0618.41-
YUV143.26109.23154.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 131 (51.56% from 255) = 31.12%
BLUE value IS 110 (43.36% from 255) = 26.13%
R=42.76%
G=31.12%
B=26.13%

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
Decimal18013111000.270.390.291831.8256.86
HexB4836E01B271D122039
Octal2642031560334735224071
Binary101101001000001111011100110111001111110110010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4836E; }

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

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

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

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

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

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

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

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