#B3807E

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

Shades of Brandy Rose #B3807E

Tints of Brandy Rose #B3807E

Color information

#B3807E (or 0xB3807E) is unknown color: approx Brandy Rose. HEX triplet: B3, 80 and 7E. RGB value is (179,128,126). Sum of RGB (Red+Green+Blue) = 179+128+126=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B3807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3807E is #4C7F81. Grayscale: #8F8F8F. Windows color (decimal): -5013378 or 8290483. OLE color: 8290483.

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

Color convert

RGB179128126-
CMYK00.280.300.30
HSL2.26º25.85%59.8%-
HSV(B)2.26º29.61%70.2%-
XYZ30.0826.5323.27-
YUV143.02118.4153.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 126 (49.61% from 255) = 29.10%
R=41.34%
G=29.56%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912812600.280.300.302.2625.8559.8
HexB3807E01C1E1E21a3c
Octal263200176034363623274
Binary1011001110000000111111001110011110111101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3807E; }

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

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

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

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

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

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

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

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