#B7816D

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

Shades of Brandy Rose #B7816D

Tints of Brandy Rose #B7816D

Color information

#B7816D (or 0xB7816D) is unknown color: approx Brandy Rose. HEX triplet: B7, 81 and 6D. RGB value is (183,129,109). Sum of RGB (Red+Green+Blue) = 183+129+109=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7816D is #487E92. Grayscale: #8F8F8F. Windows color (decimal): -4750995 or 7176631. OLE color: 7176631.

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

Color convert

RGB183129109-
CMYK00.300.400.28
HSL16.22º33.94%57.25%-
HSV(B)16.22º40.44%71.76%-
XYZ30.1426.8718.07-
YUV142.87108.89156.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 129 (50.78% from 255) = 30.64%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=43.47%
G=30.64%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312910900.300.400.2816.2233.9457.25
HexB7816D01E281C102239
Octal2672011550365034204271
Binary101101111000000111011010111101010001110010000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7816D; }

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

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

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

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

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

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

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

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