#B18682

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

Shades of Brandy Rose #B18682

Tints of Brandy Rose #B18682

Color information

#B18682 (or 0xB18682) is unknown color: approx Brandy Rose. HEX triplet: B1, 86 and 82. RGB value is (177,134,130). Sum of RGB (Red+Green+Blue) = 177+134+130=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B18682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18682 is #4E797D. Grayscale: #929292. Windows color (decimal): -5142910 or 8554161. OLE color: 8554161.

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

Color convert

RGB177134130-
CMYK00.240.270.31
HSL5.11º23.15%60.2%-
HSV(B)5.11º26.55%69.41%-
XYZ30.6928.0124.91-
YUV146.4118.75149.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.14%
GREEN value IS 134 (52.73% from 255) = 30.39%
BLUE value IS 130 (51.17% from 255) = 29.48%
R=40.14%
G=30.39%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713413000.240.270.315.1123.1560.2
HexB186820181B1F5173c
Octal261206202030333752774
Binary101100011000011010000010011000110111111110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18682; }

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

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

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

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

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

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

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

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