#B88780

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

Shades of Brandy Rose #B88780

Tints of Brandy Rose #B88780

Color information

#B88780 (or 0xB88780) is unknown color: approx Brandy Rose. HEX triplet: B8, 87 and 80. RGB value is (184,135,128). Sum of RGB (Red+Green+Blue) = 184+135+128=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B88780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88780 is #47787F. Grayscale: #949494. Windows color (decimal): -4683904 or 8423352. OLE color: 8423352.

HSL color Cylindrical-coordinate representation of color #B88780: hue angle of 7.5º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B88780 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB184135128-
CMYK00.270.300.28
HSL7.5º28.28%61.18%-
HSV(B)7.5º30.43%72.16%-
XYZ32.3329.0824.33-
YUV148.85116.23153.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.16%
GREEN value IS 135 (53.12% from 255) = 30.20%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=41.16%
G=30.20%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413512800.270.300.287.528.2861.18
HexB8878001B1E1C81c3d
Octal2702072000333634103475
Binary1011100010000111100000000110111111011100100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88780; }

 p { color: rgb(184,135,128); }

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

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

 a { background-color: rgb(184,135,128); }

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

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

 span { border-color: rgb(184,135,128); }

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