#B4876E

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

Shades of Brandy Rose #B4876E

Tints of Brandy Rose #B4876E

Color information

#B4876E (or 0xB4876E) is unknown color: approx Brandy Rose. HEX triplet: B4, 87 and 6E. RGB value is (180,135,110). Sum of RGB (Red+Green+Blue) = 180+135+110=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B4876E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4876E is #4B7891. Grayscale: #919191. Windows color (decimal): -4946066 or 7243700. OLE color: 7243700.

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

Color convert

RGB180135110-
CMYK00.250.390.29
HSL21.43º31.82%56.86%-
HSV(B)21.43º38.89%70.59%-
XYZ30.328.1618.59-
YUV145.6107.91152.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 110 (43.36% from 255) = 25.88%
R=42.35%
G=31.76%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013511000.250.390.2921.4331.8256.86
HexB4876E019271D152039
Octal2642071560314735254071
Binary101101001000011111011100110011001111110110101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4876E; }

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

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

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

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

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

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

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

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