#B67B79

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

Shades of Brandy Rose #B67B79

Tints of Brandy Rose #B67B79

Color information

#B67B79 (or 0xB67B79) is unknown color: approx Brandy Rose. HEX triplet: B6, 7B and 79. RGB value is (182,123,121). Sum of RGB (Red+Green+Blue) = 182+123+121=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67B79 is #498486. Grayscale: #8C8C8C. Windows color (decimal): -4818055 or 7961526. OLE color: 7961526.

HSL color Cylindrical-coordinate representation of color #B67B79: hue angle of 1.97º 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 #B67B79 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB182123121-
CMYK00.320.340.29
HSL1.97º29.47%59.41%-
HSV(B)1.97º33.52%71.37%-
XYZ29.8325.4921.44-
YUV140.41117.05157.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 123 (48.44% from 255) = 28.87%
BLUE value IS 121 (47.66% from 255) = 28.40%
R=42.72%
G=28.87%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212312100.320.340.291.9729.4759.41
HexB67B79020221D21d3b
Octal266173171040423523573
Binary10110110111101111110010100000100010111011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B79; }

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

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

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

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

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

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

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

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