#B3867A

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

Shades of Brandy Rose #B3867A

Tints of Brandy Rose #B3867A

Color information

#B3867A (or 0xB3867A) is unknown color: approx Brandy Rose. HEX triplet: B3, 86 and 7A. RGB value is (179,134,122). Sum of RGB (Red+Green+Blue) = 179+134+122=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B3867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3867A is #4C7985. Grayscale: #929292. Windows color (decimal): -5011846 or 8029875. OLE color: 8029875.

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

Color convert

RGB179134122-
CMYK00.250.320.30
HSL12.63º27.27%59.02%-
HSV(B)12.63º31.84%70.2%-
XYZ30.6328.0422.21-
YUV146.09114.41151.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.15%
GREEN value IS 134 (52.73% from 255) = 30.80%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=41.15%
G=30.80%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913412200.250.320.3012.6327.2759.02
HexB3867A019201Ed1b3b
Octal2632061720314036153373
Binary1011001110000110111101001100110000011110110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3867A; }

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

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

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

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

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

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

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

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