#B1817A

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

Shades of Brandy Rose #B1817A

Tints of Brandy Rose #B1817A

Color information

#B1817A (or 0xB1817A) is unknown color: approx Brandy Rose. HEX triplet: B1, 81 and 7A. RGB value is (177,129,122). Sum of RGB (Red+Green+Blue) = 177+129+122=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B1817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1817A is #4E7E85. Grayscale: #8E8E8E. Windows color (decimal): -5144198 or 8028593. OLE color: 8028593.

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

Color convert

RGB177129122-
CMYK00.270.310.31
HSL7.64º26.07%58.63%-
HSV(B)7.64º31.07%69.41%-
XYZ29.4926.4521.96-
YUV142.55116.4152.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 129 (50.78% from 255) = 30.14%
BLUE value IS 122 (48.05% from 255) = 28.50%
R=41.36%
G=30.14%
B=28.50%

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
Decimal17712912200.270.310.317.6426.0758.63
HexB1817A01B1F1F81a3b
Octal2612011720333737103273
Binary101100011000000111110100110111111111111100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1817A; }

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

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

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

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

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

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

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

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