#B48A75

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

Shades of Brandy Rose #B48A75

Tints of Brandy Rose #B48A75

Color information

#B48A75 (or 0xB48A75) is unknown color: approx Brandy Rose. HEX triplet: B4, 8A and 75. RGB value is (180,138,117). Sum of RGB (Red+Green+Blue) = 180+138+117=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48A75 is #4B758A. Grayscale: #949494. Windows color (decimal): -4945291 or 7703220. OLE color: 7703220.

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

Color convert

RGB180138117-
CMYK00.230.350.29
HSL20º29.58%58.24%-
HSV(B)20º35%70.59%-
XYZ31.1229.1620.82-
YUV148.16110.41150.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 138 (54.30% from 255) = 31.72%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=41.38%
G=31.72%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013811700.230.350.292029.5858.24
HexB48A75017231D141e3a
Octal2642121650274335243672
Binary10110100100010101110101010111100011111011010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A75; }

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

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

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

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

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

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

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

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