#B7816C

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

Shades of Brandy Rose #B7816C

Tints of Brandy Rose #B7816C

Color information

#B7816C (or 0xB7816C) is unknown color: approx Brandy Rose. HEX triplet: B7, 81 and 6C. RGB value is (183,129,108). Sum of RGB (Red+Green+Blue) = 183+129+108=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B7816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7816C is #487E93. Grayscale: #8E8E8E. Windows color (decimal): -4750996 or 7111095. OLE color: 7111095.

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

Color convert

RGB183129108-
CMYK00.300.410.28
HSL16.8º34.25%57.06%-
HSV(B)16.8º40.98%71.76%-
XYZ30.0926.8517.78-
YUV142.75108.39156.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 129 (50.78% from 255) = 30.71%
BLUE value IS 108 (42.58% from 255) = 25.71%
R=43.57%
G=30.71%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312910800.300.410.2816.834.2557.06
HexB7816C01E291C112239
Octal2672011540365134214271
Binary101101111000000111011000111101010011110010001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7816C; }

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

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

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

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

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

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

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

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