#B48280

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

Shades of Brandy Rose #B48280

Tints of Brandy Rose #B48280

Color information

#B48280 (or 0xB48280) is unknown color: approx Brandy Rose. HEX triplet: B4, 82 and 80. RGB value is (180,130,128). Sum of RGB (Red+Green+Blue) = 180+130+128=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B48280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48280 is #4B7D7F. Grayscale: #909090. Windows color (decimal): -4947328 or 8422068. OLE color: 8422068.

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

Color convert

RGB180130128-
CMYK00.280.290.29
HSL2.31º25.74%60.39%-
HSV(B)2.31º28.89%70.59%-
XYZ30.727.2324.06-
YUV144.72118.56153.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 130 (51.17% from 255) = 29.68%
BLUE value IS 128 (50.39% from 255) = 29.22%
R=41.10%
G=29.68%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013012800.280.290.292.3125.7460.39
HexB4828001C1D1D21a3c
Octal264202200034353523274
Binary10110100100000101000000001110011101111011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48280; }

 p { color: rgb(180,130,128); }

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

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

 a { background-color: rgb(180,130,128); }

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

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

 span { border-color: rgb(180,130,128); }

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