#B67C6D

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

Shades of Brandy Rose #B67C6D

Tints of Brandy Rose #B67C6D

Color information

#B67C6D (or 0xB67C6D) is unknown color: approx Brandy Rose. HEX triplet: B6, 7C and 6D. RGB value is (182,124,109). Sum of RGB (Red+Green+Blue) = 182+124+109=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C6D is #498392. Grayscale: #8B8B8B. Windows color (decimal): -4817811 or 7175350. OLE color: 7175350.

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

Color convert

RGB182124109-
CMYK00.320.400.29
HSL12.33º33.33%57.06%-
HSV(B)12.33º40.11%71.37%-
XYZ29.2625.4617.84-
YUV139.63110.72158.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.86%
GREEN value IS 124 (48.83% from 255) = 29.88%
BLUE value IS 109 (42.97% from 255) = 26.27%
R=43.86%
G=29.88%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212410900.320.400.2912.3333.3357.06
HexB67C6D020281Dc2139
Octal2661741550405035144171
Binary10110110111110011011010100000101000111011100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67C6D; }

 p { color: rgb(182,124,109); }

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

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

 a { background-color: rgb(182,124,109); }

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

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

 span { border-color: rgb(182,124,109); }

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