#B48675

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

Shades of Brandy Rose #B48675

Tints of Brandy Rose #B48675

Color information

#B48675 (or 0xB48675) is unknown color: approx Brandy Rose. HEX triplet: B4, 86 and 75. RGB value is (180,134,117). Sum of RGB (Red+Green+Blue) = 180+134+117=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B48675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48675 is #4B798A. Grayscale: #919191. Windows color (decimal): -4946315 or 7702196. OLE color: 7702196.

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

Color convert

RGB180134117-
CMYK00.260.350.29
HSL16.19º29.58%58.24%-
HSV(B)16.19º35%70.59%-
XYZ30.5628.0420.63-
YUV145.82111.74152.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 134 (52.73% from 255) = 31.09%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=41.76%
G=31.09%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013411700.260.350.2916.1929.5858.24
HexB4867501A231D101e3a
Octal2642061650324335203672
Binary10110100100001101110101011010100011111011000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48675; }

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

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

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

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

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

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

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

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