#B78480

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

Shades of Brandy Rose #B78480

Tints of Brandy Rose #B78480

Color information

#B78480 (or 0xB78480) is unknown color: approx Brandy Rose. HEX triplet: B7, 84 and 80. RGB value is (183,132,128). Sum of RGB (Red+Green+Blue) = 183+132+128=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B78480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78480 is #487B7F. Grayscale: #929292. Windows color (decimal): -4750208 or 8422583. OLE color: 8422583.

HSL color Cylindrical-coordinate representation of color #B78480: hue angle of 4.36º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B78480 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB183132128-
CMYK00.280.300.28
HSL4.36º27.64%60.98%-
HSV(B)4.36º30.05%71.76%-
XYZ31.6828.1324.18-
YUV146.79117.4153.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 132 (51.95% from 255) = 29.80%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=41.31%
G=29.80%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313212800.280.300.284.3627.6460.98
HexB7848001C1E1C41c3d
Octal267204200034363443475
Binary101101111000010010000000011100111101110010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78480; }

 p { color: rgb(183,132,128); }

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

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

 a { background-color: rgb(183,132,128); }

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

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

 span { border-color: rgb(183,132,128); }

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