#B67E7B

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

Shades of Brandy Rose #B67E7B

Tints of Brandy Rose #B67E7B

Color information

#B67E7B (or 0xB67E7B) is unknown color: approx Brandy Rose. HEX triplet: B6, 7E and 7B. RGB value is (182,126,123). Sum of RGB (Red+Green+Blue) = 182+126+123=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67E7B is #498184. Grayscale: #8E8E8E. Windows color (decimal): -4817285 or 8093366. OLE color: 8093366.

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

Color convert

RGB182126123-
CMYK00.310.320.29
HSL3.05º28.78%59.8%-
HSV(B)3.05º32.42%71.37%-
XYZ30.3326.322.22-
YUV142.4117.05156.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 126 (49.61% from 255) = 29.23%
BLUE value IS 123 (48.44% from 255) = 28.54%
R=42.23%
G=29.23%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212612300.310.320.293.0528.7859.8
HexB67E7B01F201D31d3c
Octal266176173037403533574
Binary1011011011111101111011011111100000111011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67E7B; }

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

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

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

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

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

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

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

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