#B78782

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

Shades of Brandy Rose #B78782

Tints of Brandy Rose #B78782

Color information

#B78782 (or 0xB78782) is unknown color: approx Brandy Rose. HEX triplet: B7, 87 and 82. RGB value is (183,135,130). Sum of RGB (Red+Green+Blue) = 183+135+130=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B78782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78782 is #48787D. Grayscale: #949494. Windows color (decimal): -4749438 or 8554423. OLE color: 8554423.

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

Color convert

RGB183135130-
CMYK00.260.290.28
HSL5.66º26.9%61.37%-
HSV(B)5.66º28.96%71.76%-
XYZ32.2229.0125.02-
YUV148.78117.4152.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.85%
GREEN value IS 135 (53.12% from 255) = 30.13%
BLUE value IS 130 (51.17% from 255) = 29.02%
R=40.85%
G=30.13%
B=29.02%

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
Decimal18313513000.260.290.285.6626.961.37
HexB7878201A1D1C61b3d
Octal267207202032353463375
Binary101101111000011110000010011010111011110011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78782; }

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

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

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

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

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

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

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

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