#B67F6B

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

Shades of Brandy Rose #B67F6B

Tints of Brandy Rose #B67F6B

Color information

#B67F6B (or 0xB67F6B) is unknown color: approx Brandy Rose. HEX triplet: B6, 7F and 6B. RGB value is (182,127,107). Sum of RGB (Red+Green+Blue) = 182+127+107=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F6B is #498094. Grayscale: #8D8D8D. Windows color (decimal): -4817045 or 7045046. OLE color: 7045046.

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

Color convert

RGB182127107-
CMYK00.300.410.29
HSL16º33.94%56.67%-
HSV(B)16º41.21%71.37%-
XYZ29.5326.1917.41-
YUV141.16108.72157.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.75%
GREEN value IS 127 (50% from 255) = 30.53%
BLUE value IS 107 (42.19% from 255) = 25.72%
R=43.75%
G=30.53%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212710700.300.410.291633.9456.67
HexB67F6B01E291D102239
Octal2661771530365135204271
Binary10110110111111111010110111101010011110110000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F6B; }

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

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

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

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

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

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

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

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