#BB825A

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

Shades of Twine #BB825A

Tints of Twine #BB825A

Color information

#BB825A (or 0xBB825A) is unknown color: approx Twine. HEX triplet: BB, 82 and 5A. RGB value is (187,130,90). Sum of RGB (Red+Green+Blue) = 187+130+90=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB825A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB825A is #447DA5. Grayscale: #8E8E8E. Windows color (decimal): -4488614 or 5931707. OLE color: 5931707.

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

Color convert

RGB18713090-
CMYK00.300.520.27
HSL24.74º41.63%54.31%-
HSV(B)24.74º51.87%73.33%-
XYZ30.3227.2713.34-
YUV142.4898.38159.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 130 (51.17% from 255) = 31.94%
BLUE value IS 90 (35.55% from 255) = 22.11%
R=45.95%
G=31.94%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871309000.300.520.2724.7441.6354.31
HexBB825A01E341B192a36
Octal2732021320366433315266
Binary101110111000001010110100111101101001101111001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB825A; }

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

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

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

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

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

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

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

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