#B6896F

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

Shades of Brandy Rose #B6896F

Tints of Brandy Rose #B6896F

Color information

#B6896F (or 0xB6896F) is unknown color: approx Brandy Rose. HEX triplet: B6, 89 and 6F. RGB value is (182,137,111). Sum of RGB (Red+Green+Blue) = 182+137+111=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B6896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6896F is #497690. Grayscale: #939393. Windows color (decimal): -4814481 or 7309750. OLE color: 7309750.

HSL color Cylindrical-coordinate representation of color #B6896F: hue angle of 21.97º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B6896F is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB182137111-
CMYK00.250.390.29
HSL21.97º32.72%57.45%-
HSV(B)21.97º39.01%71.37%-
XYZ31.1128.9818.99-
YUV147.49107.41152.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.33%
GREEN value IS 137 (53.91% from 255) = 31.86%
BLUE value IS 111 (43.75% from 255) = 25.81%
R=42.33%
G=31.86%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213711100.250.390.2921.9732.7257.45
HexB6896F019271D162139
Octal2662111570314735264171
Binary101101101000100111011110110011001111110110110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6896F; }

 p { color: rgb(182,137,111); }

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

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

 a { background-color: rgb(182,137,111); }

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

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

 span { border-color: rgb(182,137,111); }

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