#B3877B

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

Shades of Brandy Rose #B3877B

Tints of Brandy Rose #B3877B

Color information

#B3877B (or 0xB3877B) is unknown color: approx Brandy Rose. HEX triplet: B3, 87 and 7B. RGB value is (179,135,123). Sum of RGB (Red+Green+Blue) = 179+135+123=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B3877B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3877B is #4C7884. Grayscale: #929292. Windows color (decimal): -5011589 or 8095667. OLE color: 8095667.

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

Color convert

RGB179135123-
CMYK00.250.310.30
HSL12.86º26.92%59.22%-
HSV(B)12.86º31.28%70.2%-
XYZ30.8328.3422.58-
YUV146.79114.58150.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.96%
GREEN value IS 135 (53.12% from 255) = 30.89%
BLUE value IS 123 (48.44% from 255) = 28.15%
R=40.96%
G=30.89%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913512300.250.310.3012.8626.9259.22
HexB3877B0191F1Ed1b3b
Octal2632071730313736153373
Binary101100111000011111110110110011111111110110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3877B; }

 p { color: rgb(179,135,123); }

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

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

 a { background-color: rgb(179,135,123); }

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

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

 span { border-color: rgb(179,135,123); }

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