#B1877E

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

Shades of Brandy Rose #B1877E

Tints of Brandy Rose #B1877E

Color information

#B1877E (or 0xB1877E) is unknown color: approx Brandy Rose. HEX triplet: B1, 87 and 7E. RGB value is (177,135,126). Sum of RGB (Red+Green+Blue) = 177+135+126=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B1877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1877E is #4E7881. Grayscale: #929292. Windows color (decimal): -5142658 or 8292273. OLE color: 8292273.

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

Color convert

RGB177135126-
CMYK00.240.290.31
HSL10.59º24.64%59.41%-
HSV(B)10.59º28.81%69.41%-
XYZ30.5628.1823.57-
YUV146.53116.41149.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.41%
GREEN value IS 135 (53.12% from 255) = 30.82%
BLUE value IS 126 (49.61% from 255) = 28.77%
R=40.41%
G=30.82%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713512600.240.290.3110.5924.6459.41
HexB1877E0181D1Fb193b
Octal2612071760303537133173
Binary101100011000011111111100110001110111111101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1877E; }

 p { color: rgb(177,135,126); }

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

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

 a { background-color: rgb(177,135,126); }

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

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

 span { border-color: rgb(177,135,126); }

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