#B3807F

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

Shades of Brandy Rose #B3807F

Tints of Brandy Rose #B3807F

Color information

#B3807F (or 0xB3807F) is unknown color: approx Brandy Rose. HEX triplet: B3, 80 and 7F. RGB value is (179,128,127). Sum of RGB (Red+Green+Blue) = 179+128+127=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B3807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3807F is #4C7F80. Grayscale: #8F8F8F. Windows color (decimal): -5013377 or 8356019. OLE color: 8356019.

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

Color convert

RGB179128127-
CMYK00.280.290.30
HSL1.15º25.49%60%-
HSV(B)1.15º29.05%70.2%-
XYZ30.1426.5523.62-
YUV143.14118.9153.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.24%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 127 (50% from 255) = 29.26%
R=41.24%
G=29.49%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912812700.280.290.301.1525.4960
HexB3807F01C1D1E1193c
Octal263200177034353613174
Binary101100111000000011111110111001110111110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3807F; }

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

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

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

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

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

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

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

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