#B68E7F

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

Shades of Brandy Rose #B68E7F

Tints of Brandy Rose #B68E7F

Color information

#B68E7F (or 0xB68E7F) is unknown color: approx Brandy Rose. HEX triplet: B6, 8E and 7F. RGB value is (182,142,127). Sum of RGB (Red+Green+Blue) = 182+142+127=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68E7F is #497180. Grayscale: #989898. Windows color (decimal): -4813185 or 8359606. OLE color: 8359606.

HSL color Cylindrical-coordinate representation of color #B68E7F: hue angle of 16.36º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B68E7F is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB182142127-
CMYK00.220.300.29
HSL16.36º27.36%60.59%-
HSV(B)16.36º30.22%71.37%-
XYZ32.830.8224.3-
YUV152.25113.75149.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 142 (55.86% from 255) = 31.49%
BLUE value IS 127 (50% from 255) = 28.16%
R=40.35%
G=31.49%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214212700.220.300.2916.3627.3660.59
HexB68E7F0161E1D101b3d
Octal2662161770263635203375
Binary1011011010001110111111101011011110111011000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68E7F; }

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

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

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

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

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

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

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

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