#B38682

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

Shades of Brandy Rose #B38682

Tints of Brandy Rose #B38682

Color information

#B38682 (or 0xB38682) is unknown color: approx Brandy Rose. HEX triplet: B3, 86 and 82. RGB value is (179,134,130). Sum of RGB (Red+Green+Blue) = 179+134+130=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B38682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38682 is #4C797D. Grayscale: #939393. Windows color (decimal): -5011838 or 8554163. OLE color: 8554163.

HSL color Cylindrical-coordinate representation of color #B38682: hue angle of 4.9º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B38682 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB179134130-
CMYK00.250.270.30
HSL4.9º24.38%60.59%-
HSV(B)4.9º27.37%70.2%-
XYZ31.1428.2524.93-
YUV147118.41150.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 134 (52.73% from 255) = 30.25%
BLUE value IS 130 (51.17% from 255) = 29.35%
R=40.41%
G=30.25%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913413000.250.270.304.924.3860.59
HexB386820191B1E5183d
Octal263206202031333653075
Binary101100111000011010000010011001110111111010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38682; }

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

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

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

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

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

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

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

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