#B48775

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

Shades of Brandy Rose #B48775

Tints of Brandy Rose #B48775

Color information

#B48775 (or 0xB48775) is unknown color: approx Brandy Rose. HEX triplet: B4, 87 and 75. RGB value is (180,135,117). Sum of RGB (Red+Green+Blue) = 180+135+117=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B48775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48775 is #4B788A. Grayscale: #929292. Windows color (decimal): -4946059 or 7702452. OLE color: 7702452.

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

Color convert

RGB180135117-
CMYK00.250.350.29
HSL17.14º29.58%58.24%-
HSV(B)17.14º35%70.59%-
XYZ30.728.3220.68-
YUV146.4111.41151.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 135 (53.12% from 255) = 31.25%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=41.67%
G=31.25%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013511700.250.350.2917.1429.5858.24
HexB48775019231D111e3a
Octal2642071650314335213672
Binary10110100100001111110101011001100011111011000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48775; }

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

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

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

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

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

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

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

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