#B48680

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

Shades of Brandy Rose #B48680

Tints of Brandy Rose #B48680

Color information

#B48680 (or 0xB48680) is unknown color: approx Brandy Rose. HEX triplet: B4, 86 and 80. RGB value is (180,134,128). Sum of RGB (Red+Green+Blue) = 180+134+128=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B48680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48680 is #4B797F. Grayscale: #939393. Windows color (decimal): -4946304 or 8423092. OLE color: 8423092.

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

Color convert

RGB180134128-
CMYK00.260.290.29
HSL6.92º25.74%60.39%-
HSV(B)6.92º28.89%70.59%-
XYZ31.2428.3124.24-
YUV147.07117.24151.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 134 (52.73% from 255) = 30.32%
BLUE value IS 128 (50.39% from 255) = 28.96%
R=40.72%
G=30.32%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013412800.260.290.296.9225.7460.39
HexB4868001A1D1D71a3c
Octal264206200032353573274
Binary101101001000011010000000011010111011110111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48680; }

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

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

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

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

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

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

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

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