#B48382

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

Shades of Brandy Rose #B48382

Tints of Brandy Rose #B48382

Color information

#B48382 (or 0xB48382) is unknown color: approx Brandy Rose. HEX triplet: B4, 83 and 82. RGB value is (180,131,130). Sum of RGB (Red+Green+Blue) = 180+131+130=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B48382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48382 is #4B7C7D. Grayscale: #919191. Windows color (decimal): -4947070 or 8553396. OLE color: 8553396.

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

Color convert

RGB180131130-
CMYK00.270.280.29
HSL1.2º25%60.78%-
HSV(B)1.2º27.78%70.59%-
XYZ30.9727.5524.8-
YUV145.54119.23152.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 131 (51.56% from 255) = 29.71%
BLUE value IS 130 (51.17% from 255) = 29.48%
R=40.82%
G=29.71%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013113000.270.280.291.22560.78
HexB4838201B1C1D1193d
Octal264203202033343513175
Binary1011010010000011100000100110111110011101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48382; }

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

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

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

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

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

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

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

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