#B3867D

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

Shades of Brandy Rose #B3867D

Tints of Brandy Rose #B3867D

Color information

#B3867D (or 0xB3867D) is unknown color: approx Brandy Rose. HEX triplet: B3, 86 and 7D. RGB value is (179,134,125). Sum of RGB (Red+Green+Blue) = 179+134+125=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B3867D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3867D is #4C7982. Grayscale: #929292. Windows color (decimal): -5011843 or 8226483. OLE color: 8226483.

HSL color Cylindrical-coordinate representation of color #B3867D: hue angle of 10º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3867D is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB179134125-
CMYK00.250.300.30
HSL10º26.21%59.61%-
HSV(B)10º30.17%70.2%-
XYZ30.8228.1123.2-
YUV146.43115.91151.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 134 (52.73% from 255) = 30.59%
BLUE value IS 125 (49.22% from 255) = 28.54%
R=40.87%
G=30.59%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913412500.250.300.301026.2159.61
HexB3867D0191E1Ea1a3c
Octal2632061750313636123274
Binary101100111000011011111010110011111011110101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3867D; }

 p { color: rgb(179,134,125); }

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

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

 a { background-color: rgb(179,134,125); }

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

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

 span { border-color: rgb(179,134,125); }

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