#B48380

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

Shades of Brandy Rose #B48380

Tints of Brandy Rose #B48380

Color information

#B48380 (or 0xB48380) is unknown color: approx Brandy Rose. HEX triplet: B4, 83 and 80. RGB value is (180,131,128). Sum of RGB (Red+Green+Blue) = 180+131+128=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B48380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48380 is #4B7C7F. Grayscale: #919191. Windows color (decimal): -4947072 or 8422324. OLE color: 8422324.

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

Color convert

RGB180131128-
CMYK00.270.290.29
HSL3.46º25.74%60.39%-
HSV(B)3.46º28.89%70.59%-
XYZ30.8327.4924.1-
YUV145.31118.23152.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 131 (51.56% from 255) = 29.84%
BLUE value IS 128 (50.39% from 255) = 29.16%
R=41.00%
G=29.84%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013112800.270.290.293.4625.7460.39
HexB4838001B1D1D31a3c
Octal264203200033353533274
Binary10110100100000111000000001101111101111011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48380; }

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

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

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

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

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

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

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

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