#BB8A7C

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

Shades of Brandy Rose #BB8A7C

Tints of Brandy Rose #BB8A7C

Color information

#BB8A7C (or 0xBB8A7C) is unknown color: approx Brandy Rose. HEX triplet: BB, 8A and 7C. RGB value is (187,138,124). Sum of RGB (Red+Green+Blue) = 187+138+124=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8A7C is #447583. Grayscale: #979797. Windows color (decimal): -4486532 or 8161979. OLE color: 8161979.

HSL color Cylindrical-coordinate representation of color #BB8A7C: hue angle of 13.33º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB8A7C is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB187138124-
CMYK00.260.340.27
HSL13.33º31.66%60.98%-
HSV(B)13.33º33.69%73.33%-
XYZ33.2230.223.15-
YUV151.05112.73153.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 138 (54.30% from 255) = 30.73%
BLUE value IS 124 (48.83% from 255) = 27.62%
R=41.65%
G=30.73%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713812400.260.340.2713.3331.6660.98
HexBB8A7C01A221Bd203d
Octal2732121740324233154075
Binary10111011100010101111100011010100010110111101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8A7C; }

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

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

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

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

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

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

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

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