#B48281

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

Shades of Brandy Rose #B48281

Tints of Brandy Rose #B48281

Color information

#B48281 (or 0xB48281) is unknown color: approx Brandy Rose. HEX triplet: B4, 82 and 81. RGB value is (180,130,129). Sum of RGB (Red+Green+Blue) = 180+130+129=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B48281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48281 is #4B7D7E. Grayscale: #909090. Windows color (decimal): -4947327 or 8487604. OLE color: 8487604.

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

Color convert

RGB180130129-
CMYK00.280.280.29
HSL1.18º25.37%60.59%-
HSV(B)1.18º28.33%70.59%-
XYZ30.7727.2524.41-
YUV144.84119.06153.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 130 (51.17% from 255) = 29.61%
BLUE value IS 129 (50.78% from 255) = 29.38%
R=41.00%
G=29.61%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013012900.280.280.291.1825.3760.59
HexB4828101C1C1D1193d
Octal264202201034343513175
Binary1011010010000010100000010111001110011101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48281; }

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

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

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

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

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

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

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

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