#B67D68

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

Shades of Brandy Rose #B67D68

Tints of Brandy Rose #B67D68

Color information

#B67D68 (or 0xB67D68) is unknown color: approx Brandy Rose. HEX triplet: B6, 7D and 68. RGB value is (182,125,104). Sum of RGB (Red+Green+Blue) = 182+125+104=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67D68 is #498297. Grayscale: #8B8B8B. Windows color (decimal): -4817560 or 6847926. OLE color: 6847926.

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

Color convert

RGB182125104-
CMYK00.310.430.29
HSL16.15º34.82%56.08%-
HSV(B)16.15º42.86%71.37%-
XYZ29.1225.6116.51-
YUV139.65107.88158.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.28%
GREEN value IS 125 (49.22% from 255) = 30.41%
BLUE value IS 104 (41.02% from 255) = 25.30%
R=44.28%
G=30.41%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212510400.310.430.2916.1534.8256.08
HexB67D6801F2B1D102338
Octal2661751500375335204370
Binary10110110111110111010000111111010111110110000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67D68; }

 p { color: rgb(182,125,104); }

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

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

 a { background-color: rgb(182,125,104); }

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

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

 span { border-color: rgb(182,125,104); }

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