#B68A7D

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

Shades of Brandy Rose #B68A7D

Tints of Brandy Rose #B68A7D

Color information

#B68A7D (or 0xB68A7D) is unknown color: approx Brandy Rose. HEX triplet: B6, 8A and 7D. RGB value is (182,138,125). Sum of RGB (Red+Green+Blue) = 182+138+125=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A7D is #497582. Grayscale: #959595. Windows color (decimal): -4814211 or 8227510. OLE color: 8227510.

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

Color convert

RGB182138125-
CMYK00.240.310.29
HSL13.68º28.08%60.2%-
HSV(B)13.68º31.32%71.37%-
XYZ32.0829.623.43-
YUV149.67114.08151.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.90%
GREEN value IS 138 (54.30% from 255) = 31.01%
BLUE value IS 125 (49.22% from 255) = 28.09%
R=40.90%
G=31.01%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213812500.240.310.2913.6828.0860.2
HexB68A7D0181F1De1c3c
Octal2662121750303735163474
Binary101101101000101011111010110001111111101111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68A7D; }

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

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

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

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

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

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

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

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