#B47775

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

Shades of Brandy Rose #B47775

Tints of Brandy Rose #B47775

Color information

#B47775 (or 0xB47775) is unknown color: approx Brandy Rose. HEX triplet: B4, 77 and 75. RGB value is (180,119,117). Sum of RGB (Red+Green+Blue) = 180+119+117=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B47775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47775 is #4B888A. Grayscale: #898989. Windows color (decimal): -4950155 or 7698356. OLE color: 7698356.

HSL color Cylindrical-coordinate representation of color #B47775: hue angle of 1.9º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B47775 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB180119117-
CMYK00.340.350.29
HSL1.9º29.58%58.24%-
HSV(B)1.9º35%70.59%-
XYZ28.6324.1819.99-
YUV137.01116.71158.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.27%
GREEN value IS 119 (46.88% from 255) = 28.61%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=43.27%
G=28.61%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011911700.340.350.291.929.5858.24
HexB47775022231D21e3a
Octal264167165042433523672
Binary10110100111011111101010100010100011111011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47775; }

 p { color: rgb(180,119,117); }

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

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

 a { background-color: rgb(180,119,117); }

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

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

 span { border-color: rgb(180,119,117); }

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