#BB7E69

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

Shades of Brandy Rose #BB7E69

Tints of Brandy Rose #BB7E69

Color information

#BB7E69 (or 0xBB7E69) is unknown color: approx Brandy Rose. HEX triplet: BB, 7E and 69. RGB value is (187,126,105). Sum of RGB (Red+Green+Blue) = 187+126+105=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E69 is #448196. Grayscale: #8D8D8D. Windows color (decimal): -4489623 or 6913723. OLE color: 6913723.

HSL color Cylindrical-coordinate representation of color #BB7E69: hue angle of 15.37º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB7E69 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB187126105-
CMYK00.330.440.27
HSL15.37º37.61%57.25%-
HSV(B)15.37º43.85%73.33%-
XYZ30.526.5116.87-
YUV141.84107.21160.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 126 (49.61% from 255) = 30.14%
BLUE value IS 105 (41.41% from 255) = 25.12%
R=44.74%
G=30.14%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712610500.330.440.2715.3737.6157.25
HexBB7E690212C1Bf2639
Octal2731761510415433174671
Binary10111011111111011010010100001101100110111111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7E69; }

 p { color: rgb(187,126,105); }

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

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

 a { background-color: rgb(187,126,105); }

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

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

 span { border-color: rgb(187,126,105); }

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