#BB825D

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

Shades of Twine #BB825D

Tints of Twine #BB825D

Color information

#BB825D (or 0xBB825D) is unknown color: approx Twine. HEX triplet: BB, 82 and 5D. RGB value is (187,130,93). Sum of RGB (Red+Green+Blue) = 187+130+93=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB825D is #447DA2. Grayscale: #8F8F8F. Windows color (decimal): -4488611 or 6128315. OLE color: 6128315.

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

Color convert

RGB18713093-
CMYK00.300.500.27
HSL23.62º40.87%54.9%-
HSV(B)23.62º50.27%73.33%-
XYZ30.4527.3214.02-
YUV142.8399.88159.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.61%
GREEN value IS 130 (51.17% from 255) = 31.71%
BLUE value IS 93 (36.72% from 255) = 22.68%
R=45.61%
G=31.71%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871309300.300.500.2723.6240.8754.9
HexBB825D01E321B182937
Octal2732021350366233305167
Binary101110111000001010111010111101100101101111000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB825D; }

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

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

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

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

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

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

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

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