#B0836F

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

Shades of Brandy Rose #B0836F

Tints of Brandy Rose #B0836F

Color information

#B0836F (or 0xB0836F) is unknown color: approx Brandy Rose. HEX triplet: B0, 83 and 6F. RGB value is (176,131,111). Sum of RGB (Red+Green+Blue) = 176+131+111=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0836F is #4F7C90. Grayscale: #8E8E8E. Windows color (decimal): -5209233 or 7308208. OLE color: 7308208.

HSL color Cylindrical-coordinate representation of color #B0836F: hue angle of 18.46º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0836F is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB176131111-
CMYK00.260.370.31
HSL18.46º29.15%56.27%-
HSV(B)18.46º36.93%69.02%-
XYZ28.8926.6118.65-
YUV142.17110.41152.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 131 (51.56% from 255) = 31.34%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=42.11%
G=31.34%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613111100.260.370.3118.4629.1556.27
HexB0836F01A251F121d38
Octal2602031570324537223570
Binary10110000100000111101111011010100101111111001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0836F; }

 p { color: rgb(176,131,111); }

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

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

 a { background-color: rgb(176,131,111); }

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

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

 span { border-color: rgb(176,131,111); }

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