#B67E6D

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

Shades of Brandy Rose #B67E6D

Tints of Brandy Rose #B67E6D

Color information

#B67E6D (or 0xB67E6D) is unknown color: approx Brandy Rose. HEX triplet: B6, 7E and 6D. RGB value is (182,126,109). Sum of RGB (Red+Green+Blue) = 182+126+109=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67E6D is #498192. Grayscale: #8C8C8C. Windows color (decimal): -4817299 or 7175862. OLE color: 7175862.

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

Color convert

RGB182126109-
CMYK00.310.400.29
HSL13.97º33.33%57.06%-
HSV(B)13.97º40.11%71.37%-
XYZ29.5125.9717.93-
YUV140.81110.05157.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 126 (49.61% from 255) = 30.22%
BLUE value IS 109 (42.97% from 255) = 26.14%
R=43.65%
G=30.22%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212610900.310.400.2913.9733.3357.06
HexB67E6D01F281De2139
Octal2661761550375035164171
Binary1011011011111101101101011111101000111011110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67E6D; }

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

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

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

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

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

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

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

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