#B18278

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

Shades of Brandy Rose #B18278

Tints of Brandy Rose #B18278

Color information

#B18278 (or 0xB18278) is unknown color: approx Brandy Rose. HEX triplet: B1, 82 and 78. RGB value is (177,130,120). Sum of RGB (Red+Green+Blue) = 177+130+120=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B18278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18278 is #4E7D87. Grayscale: #8F8F8F. Windows color (decimal): -5143944 or 7897777. OLE color: 7897777.

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

Color convert

RGB177130120-
CMYK00.270.320.31
HSL10.53º26.76%58.24%-
HSV(B)10.53º32.2%69.41%-
XYZ29.526.6721.36-
YUV142.91115.07152.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 130 (51.17% from 255) = 30.44%
BLUE value IS 120 (47.27% from 255) = 28.10%
R=41.45%
G=30.44%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713012000.270.320.3110.5326.7658.24
HexB1827801B201Fb1b3a
Octal2612021700334037133372
Binary1011000110000010111100001101110000011111101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18278; }

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

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

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

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

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

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

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

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