#B78582

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

Shades of Brandy Rose #B78582

Tints of Brandy Rose #B78582

Color information

#B78582 (or 0xB78582) is unknown color: approx Brandy Rose. HEX triplet: B7, 85 and 82. RGB value is (183,133,130). Sum of RGB (Red+Green+Blue) = 183+133+130=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B78582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78582 is #487A7D. Grayscale: #939393. Windows color (decimal): -4749950 or 8553911. OLE color: 8553911.

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

Color convert

RGB183133130-
CMYK00.270.290.28
HSL3.4º26.9%61.37%-
HSV(B)3.4º28.96%71.76%-
XYZ31.9528.4524.93-
YUV147.61118.06153.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.03%
GREEN value IS 133 (52.34% from 255) = 29.82%
BLUE value IS 130 (51.17% from 255) = 29.15%
R=41.03%
G=29.82%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313313000.270.290.283.426.961.37
HexB7858201B1D1C31b3d
Octal267205202033353433375
Binary10110111100001011000001001101111101111001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78582; }

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

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

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

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

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

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

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

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