#B67A6D

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

Shades of Brandy Rose #B67A6D

Tints of Brandy Rose #B67A6D

Color information

#B67A6D (or 0xB67A6D) is unknown color: approx Brandy Rose. HEX triplet: B6, 7A and 6D. RGB value is (182,122,109). Sum of RGB (Red+Green+Blue) = 182+122+109=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67A6D is #498592. Grayscale: #8A8A8A. Windows color (decimal): -4818323 or 7174838. OLE color: 7174838.

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

Color convert

RGB182122109-
CMYK00.330.400.29
HSL10.68º33.33%57.06%-
HSV(B)10.68º40.11%71.37%-
XYZ29.0124.9717.76-
YUV138.46111.38159.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 122 (48.05% from 255) = 29.54%
BLUE value IS 109 (42.97% from 255) = 26.39%
R=44.07%
G=29.54%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212210900.330.400.2910.6833.3357.06
HexB67A6D021281Db2139
Octal2661721550415035134171
Binary10110110111101011011010100001101000111011011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A6D; }

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

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

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

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

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

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

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

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