#B1827A

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

Shades of Brandy Rose #B1827A

Tints of Brandy Rose #B1827A

Color information

#B1827A (or 0xB1827A) is unknown color: approx Brandy Rose. HEX triplet: B1, 82 and 7A. RGB value is (177,130,122). Sum of RGB (Red+Green+Blue) = 177+130+122=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B1827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1827A is #4E7D85. Grayscale: #8F8F8F. Windows color (decimal): -5143942 or 8028849. OLE color: 8028849.

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

Color convert

RGB177130122-
CMYK00.270.310.31
HSL8.73º26.07%58.63%-
HSV(B)8.73º31.07%69.41%-
XYZ29.6326.7222.01-
YUV143.14116.07152.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 130 (51.17% from 255) = 30.30%
BLUE value IS 122 (48.05% from 255) = 28.44%
R=41.26%
G=30.30%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713012200.270.310.318.7326.0758.63
HexB1827A01B1F1F91a3b
Octal2612021720333737113273
Binary101100011000001011110100110111111111111100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1827A; }

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

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

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

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

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

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

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

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