#BB825B

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

Shades of Twine #BB825B

Tints of Twine #BB825B

Color information

#BB825B (or 0xBB825B) is unknown color: approx Twine. HEX triplet: BB, 82 and 5B. RGB value is (187,130,91). Sum of RGB (Red+Green+Blue) = 187+130+91=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB825B is #447DA4. Grayscale: #8E8E8E. Windows color (decimal): -4488613 or 5997243. OLE color: 5997243.

HSL color Cylindrical-coordinate representation of color #BB825B: hue angle of 24.38º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB825B is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18713091-
CMYK00.300.510.27
HSL24.38º41.38%54.51%-
HSV(B)24.38º51.34%73.33%-
XYZ30.3627.2913.56-
YUV142.698.88159.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 130 (51.17% from 255) = 31.86%
BLUE value IS 91 (35.94% from 255) = 22.30%
R=45.83%
G=31.86%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871309100.300.510.2724.3841.3854.51
HexBB825B01E331B182937
Octal2732021330366333305167
Binary101110111000001010110110111101100111101111000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB825B; }

 p { color: rgb(187,130,91); }

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

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

 a { background-color: rgb(187,130,91); }

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

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

 span { border-color: rgb(187,130,91); }

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