#B4876F

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

Shades of Brandy Rose #B4876F

Tints of Brandy Rose #B4876F

Color information

#B4876F (or 0xB4876F) is unknown color: approx Brandy Rose. HEX triplet: B4, 87 and 6F. RGB value is (180,135,111). Sum of RGB (Red+Green+Blue) = 180+135+111=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B4876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4876F is #4B7890. Grayscale: #919191. Windows color (decimal): -4946065 or 7309236. OLE color: 7309236.

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

Color convert

RGB180135111-
CMYK00.250.380.29
HSL20.87º31.51%57.06%-
HSV(B)20.87º38.33%70.59%-
XYZ30.3628.1818.88-
YUV145.72108.41152.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.25%
GREEN value IS 135 (53.12% from 255) = 31.69%
BLUE value IS 111 (43.75% from 255) = 26.06%
R=42.25%
G=31.69%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013511100.250.380.2920.8731.5157.06
HexB4876F019261D152039
Octal2642071570314635254071
Binary101101001000011111011110110011001101110110101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4876F; }

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

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

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

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

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

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

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

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