#B3816D

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

Shades of Brandy Rose #B3816D

Tints of Brandy Rose #B3816D

Color information

#B3816D (or 0xB3816D) is unknown color: approx Brandy Rose. HEX triplet: B3, 81 and 6D. RGB value is (179,129,109). Sum of RGB (Red+Green+Blue) = 179+129+109=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B3816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3816D is #4C7E92. Grayscale: #8D8D8D. Windows color (decimal): -5013139 or 7176627. OLE color: 7176627.

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

Color convert

RGB179129109-
CMYK00.280.390.30
HSL17.14º31.53%56.47%-
HSV(B)17.14º39.11%70.2%-
XYZ29.226.3918.02-
YUV141.67109.56154.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.93%
GREEN value IS 129 (50.78% from 255) = 30.94%
BLUE value IS 109 (42.97% from 255) = 26.14%
R=42.93%
G=30.94%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912910900.280.390.3017.1431.5356.47
HexB3816D01C271E112038
Octal2632011550344736214070
Binary101100111000000111011010111001001111111010001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3816D; }

 p { color: rgb(179,129,109); }

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

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

 a { background-color: rgb(179,129,109); }

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

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

 span { border-color: rgb(179,129,109); }

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