#B7816E

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

Shades of Brandy Rose #B7816E

Tints of Brandy Rose #B7816E

Color information

#B7816E (or 0xB7816E) is unknown color: approx Brandy Rose. HEX triplet: B7, 81 and 6E. RGB value is (183,129,110). Sum of RGB (Red+Green+Blue) = 183+129+110=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B7816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7816E is #487E91. Grayscale: #8F8F8F. Windows color (decimal): -4750994 or 7242167. OLE color: 7242167.

HSL color Cylindrical-coordinate representation of color #B7816E: hue angle of 15.62º 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 #B7816E is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183129110-
CMYK00.300.400.28
HSL15.62º33.64%57.45%-
HSV(B)15.62º39.89%71.76%-
XYZ30.1926.8918.35-
YUV142.98109.39156.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.36%
GREEN value IS 129 (50.78% from 255) = 30.57%
BLUE value IS 110 (43.36% from 255) = 26.07%
R=43.36%
G=30.57%
B=26.07%

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
Decimal18312911000.300.400.2815.6233.6457.45
HexB7816E01E281C102239
Octal2672011560365034204271
Binary101101111000000111011100111101010001110010000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7816E; }

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

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

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

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

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

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

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

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