#B67B69

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

Shades of Brandy Rose #B67B69

Tints of Brandy Rose #B67B69

Color information

#B67B69 (or 0xB67B69) is unknown color: approx Brandy Rose. HEX triplet: B6, 7B and 69. RGB value is (182,123,105). Sum of RGB (Red+Green+Blue) = 182+123+105=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67B69 is #498496. Grayscale: #8A8A8A. Windows color (decimal): -4818071 or 6912950. OLE color: 6912950.

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

Color convert

RGB182123105-
CMYK00.320.420.29
HSL14.03º34.53%56.27%-
HSV(B)14.03º42.31%71.37%-
XYZ28.9225.1316.69-
YUV138.59109.05158.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 123 (48.44% from 255) = 30%
BLUE value IS 105 (41.41% from 255) = 25.61%
R=44.39%
G=30%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212310500.320.420.2914.0334.5356.27
HexB67B690202A1De2338
Octal2661731510405235164370
Binary10110110111101111010010100000101010111011110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B69; }

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

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

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

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

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

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

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

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