#B1877A

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

Shades of Brandy Rose #B1877A

Tints of Brandy Rose #B1877A

Color information

#B1877A (or 0xB1877A) is unknown color: approx Brandy Rose. HEX triplet: B1, 87 and 7A. RGB value is (177,135,122). Sum of RGB (Red+Green+Blue) = 177+135+122=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B1877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1877A is #4E7885. Grayscale: #929292. Windows color (decimal): -5142662 or 8030129. OLE color: 8030129.

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

Color convert

RGB177135122-
CMYK00.240.310.31
HSL14.18º26.07%58.63%-
HSV(B)14.18º31.07%69.41%-
XYZ30.3128.0822.23-
YUV146.08114.41150.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.78%
GREEN value IS 135 (53.12% from 255) = 31.11%
BLUE value IS 122 (48.05% from 255) = 28.11%
R=40.78%
G=31.11%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713512200.240.310.3114.1826.0758.63
HexB1877A0181F1Fe1a3b
Octal2612071720303737163273
Binary101100011000011111110100110001111111111111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1877A; }

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

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

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

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

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

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

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

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