#B67A79

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

Shades of Brandy Rose #B67A79

Tints of Brandy Rose #B67A79

Color information

#B67A79 (or 0xB67A79) is unknown color: approx Brandy Rose. HEX triplet: B6, 7A and 79. RGB value is (182,122,121). Sum of RGB (Red+Green+Blue) = 182+122+121=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67A79 is #498586. Grayscale: #8B8B8B. Windows color (decimal): -4818311 or 7961270. OLE color: 7961270.

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

Color convert

RGB182122121-
CMYK00.330.340.29
HSL0.98º29.47%59.41%-
HSV(B)0.98º33.52%71.37%-
XYZ29.725.2421.4-
YUV139.83117.38158.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 122 (48.05% from 255) = 28.71%
BLUE value IS 121 (47.66% from 255) = 28.47%
R=42.82%
G=28.71%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212212100.330.340.290.9829.4759.41
HexB67A79021221D11d3b
Octal266172171041423513573
Binary1011011011110101111001010000110001011101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A79; }

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

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

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

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

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

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

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

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