#B1817B

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

Shades of Brandy Rose #B1817B

Tints of Brandy Rose #B1817B

Color information

#B1817B (or 0xB1817B) is unknown color: approx Brandy Rose. HEX triplet: B1, 81 and 7B. RGB value is (177,129,123). Sum of RGB (Red+Green+Blue) = 177+129+123=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B1817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1817B is #4E7E84. Grayscale: #8E8E8E. Windows color (decimal): -5144197 or 8094129. OLE color: 8094129.

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

Color convert

RGB177129123-
CMYK00.270.310.31
HSL6.67º25.71%58.82%-
HSV(B)6.67º30.51%69.41%-
XYZ29.5626.4822.29-
YUV142.67116.9152.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 129 (50.78% from 255) = 30.07%
BLUE value IS 123 (48.44% from 255) = 28.67%
R=41.26%
G=30.07%
B=28.67%

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
Decimal17712912300.270.310.316.6725.7158.82
HexB1817B01B1F1F71a3b
Octal261201173033373773273
Binary10110001100000011111011011011111111111111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1817B; }

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

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

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

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

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

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

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

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