#B78D82

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

Shades of Brandy Rose #B78D82

Tints of Brandy Rose #B78D82

Color information

#B78D82 (or 0xB78D82) is unknown color: approx Brandy Rose. HEX triplet: B7, 8D and 82. RGB value is (183,141,130). Sum of RGB (Red+Green+Blue) = 183+141+130=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78D82 is #48727D. Grayscale: #989898. Windows color (decimal): -4747902 or 8555959. OLE color: 8555959.

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

Color convert

RGB183141130-
CMYK00.230.290.28
HSL12.45º26.9%61.37%-
HSV(B)12.45º28.96%71.76%-
XYZ33.0830.7325.31-
YUV152.3115.41149.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.31%
GREEN value IS 141 (55.47% from 255) = 31.06%
BLUE value IS 130 (51.17% from 255) = 28.63%
R=40.31%
G=31.06%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314113000.230.290.2812.4526.961.37
HexB78D820171D1Cc1b3d
Octal2672152020273534143375
Binary1011011110001101100000100101111110111100110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78D82; }

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

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

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

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

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

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

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

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