#B1827F

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

Shades of Brandy Rose #B1827F

Tints of Brandy Rose #B1827F

Color information

#B1827F (or 0xB1827F) is unknown color: approx Brandy Rose. HEX triplet: B1, 82 and 7F. RGB value is (177,130,127). Sum of RGB (Red+Green+Blue) = 177+130+127=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B1827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1827F is #4E7D80. Grayscale: #8F8F8F. Windows color (decimal): -5143937 or 8356529. OLE color: 8356529.

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

Color convert

RGB177130127-
CMYK00.270.280.31
HSL3.6º24.27%59.61%-
HSV(B)3.6º28.25%69.41%-
XYZ29.9426.8423.68-
YUV143.71118.57151.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.78%
GREEN value IS 130 (51.17% from 255) = 29.95%
BLUE value IS 127 (50% from 255) = 29.26%
R=40.78%
G=29.95%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713012700.270.280.313.624.2759.61
HexB1827F01B1C1F4183c
Octal261202177033343743074
Binary10110001100000101111111011011111001111110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1827F; }

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

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

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

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

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

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

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

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