#BB7D6D

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

Shades of Brandy Rose #BB7D6D

Tints of Brandy Rose #BB7D6D

Color information

#BB7D6D (or 0xBB7D6D) is unknown color: approx Brandy Rose. HEX triplet: BB, 7D and 6D. RGB value is (187,125,109). Sum of RGB (Red+Green+Blue) = 187+125+109=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7D6D is #448292. Grayscale: #8D8D8D. Windows color (decimal): -4489875 or 7175611. OLE color: 7175611.

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

Color convert

RGB187125109-
CMYK00.330.420.27
HSL12.31º36.45%58.04%-
HSV(B)12.31º41.71%73.33%-
XYZ30.5926.3417.94-
YUV141.71109.54160.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.42%
GREEN value IS 125 (49.22% from 255) = 29.69%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=44.42%
G=29.69%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712510900.330.420.2712.3136.4558.04
HexBB7D6D0212A1Bc243a
Octal2731751550415233144472
Binary10111011111110111011010100001101010110111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7D6D; }

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

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

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

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

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

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

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

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