#B38680

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

Shades of Brandy Rose #B38680

Tints of Brandy Rose #B38680

Color information

#B38680 (or 0xB38680) is unknown color: approx Brandy Rose. HEX triplet: B3, 86 and 80. RGB value is (179,134,128). Sum of RGB (Red+Green+Blue) = 179+134+128=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B38680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38680 is #4C797F. Grayscale: #929292. Windows color (decimal): -5011840 or 8423091. OLE color: 8423091.

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

Color convert

RGB179134128-
CMYK00.250.280.30
HSL7.06º25.12%60.2%-
HSV(B)7.06º28.49%70.2%-
XYZ31.0128.1924.23-
YUV146.77117.41150.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 134 (52.73% from 255) = 30.39%
BLUE value IS 128 (50.39% from 255) = 29.02%
R=40.59%
G=30.39%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913412800.250.280.307.0625.1260.2
HexB386800191C1E7193c
Octal263206200031343673174
Binary101100111000011010000000011001111001111011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38680; }

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

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

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

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

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

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

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

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