#B4806F

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

Shades of Brandy Rose #B4806F

Tints of Brandy Rose #B4806F

Color information

#B4806F (or 0xB4806F) is unknown color: approx Brandy Rose. HEX triplet: B4, 80 and 6F. RGB value is (180,128,111). Sum of RGB (Red+Green+Blue) = 180+128+111=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4806F is #4B7F90. Grayscale: #8D8D8D. Windows color (decimal): -4947857 or 7307444. OLE color: 7307444.

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

Color convert

RGB180128111-
CMYK00.290.380.29
HSL14.78º31.51%57.06%-
HSV(B)14.78º38.33%70.59%-
XYZ29.4126.2918.56-
YUV141.61110.73155.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 128 (50.39% from 255) = 30.55%
BLUE value IS 111 (43.75% from 255) = 26.49%
R=42.96%
G=30.55%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012811100.290.380.2914.7831.5157.06
HexB4806F01D261Df2039
Octal2642001570354635174071
Binary10110100100000001101111011101100110111011111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4806F; }

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

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

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

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

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

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

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

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