#B48782

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

Shades of Brandy Rose #B48782

Tints of Brandy Rose #B48782

Color information

#B48782 (or 0xB48782) is unknown color: approx Brandy Rose. HEX triplet: B4, 87 and 82. RGB value is (180,135,130). Sum of RGB (Red+Green+Blue) = 180+135+130=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B48782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48782 is #4B787D. Grayscale: #939393. Windows color (decimal): -4946046 or 8554420. OLE color: 8554420.

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

Color convert

RGB180135130-
CMYK00.250.280.29
HSL25%60.78%-
HSV(B)27.78%70.59%-
XYZ31.5228.6424.99-
YUV147.88117.91150.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 135 (53.12% from 255) = 30.34%
BLUE value IS 130 (51.17% from 255) = 29.21%
R=40.45%
G=30.34%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013513000.250.280.2962560.78
HexB487820191C1D6193d
Octal264207202031343563175
Binary101101001000011110000010011001111001110111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48782; }

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

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

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

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

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

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

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

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