#B68A7C

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

Shades of Brandy Rose #B68A7C

Tints of Brandy Rose #B68A7C

Color information

#B68A7C (or 0xB68A7C) is unknown color: approx Brandy Rose. HEX triplet: B6, 8A and 7C. RGB value is (182,138,124). Sum of RGB (Red+Green+Blue) = 182+138+124=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A7C is #497583. Grayscale: #959595. Windows color (decimal): -4814212 or 8161974. OLE color: 8161974.

HSL color Cylindrical-coordinate representation of color #B68A7C: hue angle of 14.48º degrees, saturation: 0.28, 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 #B68A7C is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB182138124-
CMYK00.240.320.29
HSL14.48º28.43%60%-
HSV(B)14.48º31.87%71.37%-
XYZ32.0229.5823.09-
YUV149.56113.58151.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 124 (48.83% from 255) = 27.93%
R=40.99%
G=31.08%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213812400.240.320.2914.4828.4360
HexB68A7C018201De1c3c
Octal2662121740304035163474
Binary1011011010001010111110001100010000011101111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68A7C; }

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

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

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

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

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

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

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

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