#BB7D69

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

Shades of Brandy Rose #BB7D69

Tints of Brandy Rose #BB7D69

Color information

#BB7D69 (or 0xBB7D69) is unknown color: approx Brandy Rose. HEX triplet: BB, 7D and 69. RGB value is (187,125,105). Sum of RGB (Red+Green+Blue) = 187+125+105=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7D69 is #448296. Grayscale: #8D8D8D. Windows color (decimal): -4489879 or 6913467. OLE color: 6913467.

HSL color Cylindrical-coordinate representation of color #BB7D69: hue angle of 14.63º 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 #BB7D69 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB187125105-
CMYK00.330.440.27
HSL14.63º37.61%57.25%-
HSV(B)14.63º43.85%73.33%-
XYZ30.3826.2516.83-
YUV141.26107.54160.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 125 (49.22% from 255) = 29.98%
BLUE value IS 105 (41.41% from 255) = 25.18%
R=44.84%
G=29.98%
B=25.18%

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
Decimal18712510500.330.440.2714.6337.6157.25
HexBB7D690212C1Bf2639
Octal2731751510415433174671
Binary10111011111110111010010100001101100110111111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7D69; }

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

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

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

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

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

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

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

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