#B3897E

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

Shades of Brandy Rose #B3897E

Tints of Brandy Rose #B3897E

Color information

#B3897E (or 0xB3897E) is unknown color: approx Brandy Rose. HEX triplet: B3, 89 and 7E. RGB value is (179,137,126). Sum of RGB (Red+Green+Blue) = 179+137+126=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B3897E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3897E is #4C7681. Grayscale: #949494. Windows color (decimal): -5011074 or 8292787. OLE color: 8292787.

HSL color Cylindrical-coordinate representation of color #B3897E: hue angle of 12.45º 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 #B3897E is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB179137126-
CMYK00.230.300.30
HSL12.45º25.85%59.8%-
HSV(B)12.45º29.61%70.2%-
XYZ31.328.9823.68-
YUV148.3115.41149.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.50%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 126 (49.61% from 255) = 28.51%
R=40.50%
G=31.00%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913712600.230.300.3012.4525.8559.8
HexB3897E0171E1Ec1a3c
Octal2632111760273636143274
Binary101100111000100111111100101111111011110110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3897E; }

 p { color: rgb(179,137,126); }

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

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

 a { background-color: rgb(179,137,126); }

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

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

 span { border-color: rgb(179,137,126); }

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