#B78270

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

Shades of Brandy Rose #B78270

Tints of Brandy Rose #B78270

Color information

#B78270 (or 0xB78270) is unknown color: approx Brandy Rose. HEX triplet: B7, 82 and 70. RGB value is (183,130,112). Sum of RGB (Red+Green+Blue) = 183+130+112=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B78270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78270 is #487D8F. Grayscale: #8F8F8F. Windows color (decimal): -4750736 or 7373495. OLE color: 7373495.

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

Color convert

RGB183130112-
CMYK00.290.390.28
HSL15.21º33.02%57.84%-
HSV(B)15.21º38.8%71.76%-
XYZ30.4427.218.98-
YUV143.79110.06155.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 130 (51.17% from 255) = 30.59%
BLUE value IS 112 (44.14% from 255) = 26.35%
R=43.06%
G=30.59%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313011200.290.390.2815.2133.0257.84
HexB7827001D271Cf213a
Octal2672021600354734174172
Binary10110111100000101110000011101100111111001111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78270; }

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

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

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

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

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

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

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

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