#B48883

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

Shades of Brandy Rose #B48883

Tints of Brandy Rose #B48883

Color information

#B48883 (or 0xB48883) is unknown color: approx Brandy Rose. HEX triplet: B4, 88 and 83. RGB value is (180,136,131). Sum of RGB (Red+Green+Blue) = 180+136+131=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B48883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48883 is #4B777C. Grayscale: #949494. Windows color (decimal): -4945789 or 8620212. OLE color: 8620212.

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

Color convert

RGB180136131-
CMYK00.240.270.29
HSL6.12º24.62%60.98%-
HSV(B)6.12º27.22%70.59%-
XYZ31.7228.9525.39-
YUV148.59118.08150.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 136 (53.52% from 255) = 30.43%
BLUE value IS 131 (51.56% from 255) = 29.31%
R=40.27%
G=30.43%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013613100.240.270.296.1224.6260.98
HexB488830181B1D6193d
Octal264210203030333563175
Binary101101001000100010000011011000110111110111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48883; }

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

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

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

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

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

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

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

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