#B78882

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

Shades of Brandy Rose #B78882

Tints of Brandy Rose #B78882

Color information

#B78882 (or 0xB78882) is unknown color: approx Brandy Rose. HEX triplet: B7, 88 and 82. RGB value is (183,136,130). Sum of RGB (Red+Green+Blue) = 183+136+130=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B78882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78882 is #48777D. Grayscale: #959595. Windows color (decimal): -4749182 or 8554679. OLE color: 8554679.

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

Color convert

RGB183136130-
CMYK00.260.290.28
HSL6.79º26.9%61.37%-
HSV(B)6.79º28.96%71.76%-
XYZ32.3629.2925.07-
YUV149.37117.07151.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.76%
GREEN value IS 136 (53.52% from 255) = 30.29%
BLUE value IS 130 (51.17% from 255) = 28.95%
R=40.76%
G=30.29%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313613000.260.290.286.7926.961.37
HexB7888201A1D1C71b3d
Octal267210202032353473375
Binary101101111000100010000010011010111011110011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78882; }

 p { color: rgb(183,136,130); }

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

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

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

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

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

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

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