#B68A7B

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

Shades of Brandy Rose #B68A7B

Tints of Brandy Rose #B68A7B

Color information

#B68A7B (or 0xB68A7B) is unknown color: approx Brandy Rose. HEX triplet: B6, 8A and 7B. RGB value is (182,138,123). Sum of RGB (Red+Green+Blue) = 182+138+123=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A7B is #497584. Grayscale: #959595. Windows color (decimal): -4814213 or 8096438. OLE color: 8096438.

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

Color convert

RGB182138123-
CMYK00.240.320.29
HSL15.25º28.78%59.8%-
HSV(B)15.25º32.42%71.37%-
XYZ31.9629.5522.76-
YUV149.45113.08151.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.08%
GREEN value IS 138 (54.30% from 255) = 31.15%
BLUE value IS 123 (48.44% from 255) = 27.77%
R=41.08%
G=31.15%
B=27.77%

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
Decimal18213812300.240.320.2915.2528.7859.8
HexB68A7B018201Df1d3c
Octal2662121730304035173574
Binary1011011010001010111101101100010000011101111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68A7B; }

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

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

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

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

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

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

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

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