#B1837A

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

Shades of Brandy Rose #B1837A

Tints of Brandy Rose #B1837A

Color information

#B1837A (or 0xB1837A) is unknown color: approx Brandy Rose. HEX triplet: B1, 83 and 7A. RGB value is (177,131,122). Sum of RGB (Red+Green+Blue) = 177+131+122=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B1837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1837A is #4E7C85. Grayscale: #8F8F8F. Windows color (decimal): -5143686 or 8029105. OLE color: 8029105.

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

Color convert

RGB177131122-
CMYK00.260.310.31
HSL9.82º26.07%58.63%-
HSV(B)9.82º31.07%69.41%-
XYZ29.7626.9822.05-
YUV143.73115.74151.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 131 (51.56% from 255) = 30.47%
BLUE value IS 122 (48.05% from 255) = 28.37%
R=41.16%
G=30.47%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713112200.260.310.319.8226.0758.63
HexB1837A01A1F1Fa1a3b
Octal2612031720323737123273
Binary101100011000001111110100110101111111111101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1837A; }

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

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

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

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

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

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

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

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