#B2836F

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

Shades of Brandy Rose #B2836F

Tints of Brandy Rose #B2836F

Color information

#B2836F (or 0xB2836F) is unknown color: approx Brandy Rose. HEX triplet: B2, 83 and 6F. RGB value is (178,131,111). Sum of RGB (Red+Green+Blue) = 178+131+111=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2836F is #4D7C90. Grayscale: #8E8E8E. Windows color (decimal): -5078161 or 7308210. OLE color: 7308210.

HSL color Cylindrical-coordinate representation of color #B2836F: hue angle of 17.91º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2836F is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB178131111-
CMYK00.260.380.30
HSL17.91º30.32%56.67%-
HSV(B)17.91º37.64%69.8%-
XYZ29.3526.8518.67-
YUV142.77110.07153.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 131 (51.56% from 255) = 31.19%
BLUE value IS 111 (43.75% from 255) = 26.43%
R=42.38%
G=31.19%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813111100.260.380.3017.9130.3256.67
HexB2836F01A261E121e39
Octal2622031570324636223671
Binary10110010100000111101111011010100110111101001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2836F; }

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

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

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

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

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

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

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

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