#B67A71

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

Shades of Brandy Rose #B67A71

Tints of Brandy Rose #B67A71

Color information

#B67A71 (or 0xB67A71) is unknown color: approx Brandy Rose. HEX triplet: B6, 7A and 71. RGB value is (182,122,113). Sum of RGB (Red+Green+Blue) = 182+122+113=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67A71 is #49858E. Grayscale: #8B8B8B. Windows color (decimal): -4818319 or 7436982. OLE color: 7436982.

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

Color convert

RGB182122113-
CMYK00.330.380.29
HSL7.83º32.09%57.84%-
HSV(B)7.83º37.91%71.37%-
XYZ29.2325.0618.92-
YUV138.91113.38158.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 122 (48.05% from 255) = 29.26%
BLUE value IS 113 (44.53% from 255) = 27.10%
R=43.65%
G=29.26%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212211300.330.380.297.8332.0957.84
HexB67A71021261D8203a
Octal2661721610414635104072
Binary10110110111101011100010100001100110111011000100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A71; }

 p { color: rgb(182,122,113); }

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

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

 a { background-color: rgb(182,122,113); }

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

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

 span { border-color: rgb(182,122,113); }

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