#B18782

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

Shades of Brandy Rose #B18782

Tints of Brandy Rose #B18782

Color information

#B18782 (or 0xB18782) is unknown color: approx Brandy Rose. HEX triplet: B1, 87 and 82. RGB value is (177,135,130). Sum of RGB (Red+Green+Blue) = 177+135+130=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B18782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18782 is #4E787D. Grayscale: #939393. Windows color (decimal): -5142654 or 8554417. OLE color: 8554417.

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

Color convert

RGB177135130-
CMYK00.240.270.31
HSL6.38º23.15%60.2%-
HSV(B)6.38º26.55%69.41%-
XYZ30.8228.2924.95-
YUV146.99118.41149.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.05%
GREEN value IS 135 (53.12% from 255) = 30.54%
BLUE value IS 130 (51.17% from 255) = 29.41%
R=40.05%
G=30.54%
B=29.41%

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
Decimal17713513000.240.270.316.3823.1560.2
HexB187820181B1F6173c
Octal261207202030333762774
Binary101100011000011110000010011000110111111111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18782; }

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

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

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

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

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

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

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

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