#B1817D

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

Shades of Brandy Rose #B1817D

Tints of Brandy Rose #B1817D

Color information

#B1817D (or 0xB1817D) is unknown color: approx Brandy Rose. HEX triplet: B1, 81 and 7D. RGB value is (177,129,125). Sum of RGB (Red+Green+Blue) = 177+129+125=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B1817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1817D is #4E7E82. Grayscale: #8E8E8E. Windows color (decimal): -5144195 or 8225201. OLE color: 8225201.

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

Color convert

RGB177129125-
CMYK00.270.290.31
HSL4.62º25%59.22%-
HSV(B)4.62º29.38%69.41%-
XYZ29.6826.5322.96-
YUV142.9117.9152.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 129 (50.78% from 255) = 29.93%
BLUE value IS 125 (49.22% from 255) = 29.00%
R=41.07%
G=29.93%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712912500.270.290.314.622559.22
HexB1817D01B1D1F5193b
Octal261201175033353753173
Binary10110001100000011111101011011111011111110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1817D; }

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

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

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

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

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

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

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

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