#B78570

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

Shades of Brandy Rose #B78570

Tints of Brandy Rose #B78570

Color information

#B78570 (or 0xB78570) is unknown color: approx Brandy Rose. HEX triplet: B7, 85 and 70. RGB value is (183,133,112). Sum of RGB (Red+Green+Blue) = 183+133+112=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B78570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78570 is #487A8F. Grayscale: #919191. Windows color (decimal): -4749968 or 7374263. OLE color: 7374263.

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

Color convert

RGB183133112-
CMYK00.270.390.28
HSL17.75º33.02%57.84%-
HSV(B)17.75º38.8%71.76%-
XYZ30.8428.0119.11-
YUV145.56109.06154.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 133 (52.34% from 255) = 31.07%
BLUE value IS 112 (44.14% from 255) = 26.17%
R=42.76%
G=31.07%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313311200.270.390.2817.7533.0257.84
HexB7857001B271C12213a
Octal2672051600334734224172
Binary101101111000010111100000110111001111110010010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78570; }

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

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

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

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

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

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

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

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