#B67F6A

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

Shades of Brandy Rose #B67F6A

Tints of Brandy Rose #B67F6A

Color information

#B67F6A (or 0xB67F6A) is unknown color: approx Brandy Rose. HEX triplet: B6, 7F and 6A. RGB value is (182,127,106). Sum of RGB (Red+Green+Blue) = 182+127+106=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F6A is #498095. Grayscale: #8D8D8D. Windows color (decimal): -4817046 or 6979510. OLE color: 6979510.

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

Color convert

RGB182127106-
CMYK00.300.420.29
HSL16.58º34.23%56.47%-
HSV(B)16.58º41.76%71.37%-
XYZ29.4826.1617.13-
YUV141.05108.22157.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.86%
GREEN value IS 127 (50% from 255) = 30.60%
BLUE value IS 106 (41.80% from 255) = 25.54%
R=43.86%
G=30.60%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212710600.300.420.2916.5834.2356.47
HexB67F6A01E2A1D112238
Octal2661771520365235214270
Binary10110110111111111010100111101010101110110001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F6A; }

 p { color: rgb(182,127,106); }

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

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

 a { background-color: rgb(182,127,106); }

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

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

 span { border-color: rgb(182,127,106); }

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