#B48282

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

Shades of Brandy Rose #B48282

Tints of Brandy Rose #B48282

Color information

#B48282 (or 0xB48282) is unknown color: approx Brandy Rose. HEX triplet: B4, 82 and 82. RGB value is (180,130,130). Sum of RGB (Red+Green+Blue) = 180+130+130=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B48282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48282 is #4B7D7D. Grayscale: #919191. Windows color (decimal): -4947326 or 8553140. OLE color: 8553140.

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

Color convert

RGB180130130-
CMYK00.280.280.29
HSL25%60.78%-
HSV(B)27.78%70.59%-
XYZ30.8327.2824.76-
YUV144.95119.56153-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 130 (51.17% from 255) = 29.55%
BLUE value IS 130 (51.17% from 255) = 29.55%
R=40.91%
G=29.55%
B=29.55%

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
Decimal18013013000.280.280.2902560.78
HexB4828201C1C1D0193d
Octal264202202034343503175
Binary1011010010000010100000100111001110011101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48282; }

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

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

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

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

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

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

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

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