#B3816C

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

Shades of Brandy Rose #B3816C

Tints of Brandy Rose #B3816C

Color information

#B3816C (or 0xB3816C) is unknown color: approx Brandy Rose. HEX triplet: B3, 81 and 6C. RGB value is (179,129,108). Sum of RGB (Red+Green+Blue) = 179+129+108=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B3816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3816C is #4C7E93. Grayscale: #8D8D8D. Windows color (decimal): -5013140 or 7111091. OLE color: 7111091.

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

Color convert

RGB179129108-
CMYK00.280.400.30
HSL17.75º31.84%56.27%-
HSV(B)17.75º39.66%70.2%-
XYZ29.1526.3717.74-
YUV141.56109.06154.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 129 (50.78% from 255) = 31.01%
BLUE value IS 108 (42.58% from 255) = 25.96%
R=43.03%
G=31.01%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912910800.280.400.3017.7531.8456.27
HexB3816C01C281E122038
Octal2632011540345036224070
Binary101100111000000111011000111001010001111010010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3816C; }

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

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

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

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

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

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

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

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