#B48778

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

Shades of Brandy Rose #B48778

Tints of Brandy Rose #B48778

Color information

#B48778 (or 0xB48778) is unknown color: approx Brandy Rose. HEX triplet: B4, 87 and 78. RGB value is (180,135,120). Sum of RGB (Red+Green+Blue) = 180+135+120=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B48778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48778 is #4B7887. Grayscale: #929292. Windows color (decimal): -4946056 or 7899060. OLE color: 7899060.

HSL color Cylindrical-coordinate representation of color #B48778: hue angle of 15º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B48778 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB180135120-
CMYK00.250.330.29
HSL15º28.57%58.82%-
HSV(B)15º33.33%70.59%-
XYZ30.8828.3921.62-
YUV146.74112.91151.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 135 (53.12% from 255) = 31.03%
BLUE value IS 120 (47.27% from 255) = 27.59%
R=41.38%
G=31.03%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013512000.250.330.291528.5758.82
HexB48778019211Df1d3b
Octal2642071700314135173573
Binary1011010010000111111100001100110000111101111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48778; }

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

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

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

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

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

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

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

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