#B67973

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

Shades of Brandy Rose #B67973

Tints of Brandy Rose #B67973

Color information

#B67973 (or 0xB67973) is unknown color: approx Brandy Rose. HEX triplet: B6, 79 and 73. RGB value is (182,121,115). Sum of RGB (Red+Green+Blue) = 182+121+115=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B67973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67973 is #49868C. Grayscale: #8A8A8A. Windows color (decimal): -4818573 or 7567798. OLE color: 7567798.

HSL color Cylindrical-coordinate representation of color #B67973: hue angle of 5.37º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B67973 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB182121115-
CMYK00.340.370.29
HSL5.37º31.46%58.24%-
HSV(B)5.37º36.81%71.37%-
XYZ29.2224.8619.48-
YUV138.56114.71158.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.54%
GREEN value IS 121 (47.66% from 255) = 28.95%
BLUE value IS 115 (45.31% from 255) = 27.51%
R=43.54%
G=28.95%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212111500.340.370.295.3731.4658.24
HexB67973022251D51f3a
Octal266171163042453553772
Binary101101101111001111001101000101001011110110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67973; }

 p { color: rgb(182,121,115); }

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

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

 a { background-color: rgb(182,121,115); }

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

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

 span { border-color: rgb(182,121,115); }

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