#BB815A

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

Shades of Twine #BB815A

Tints of Twine #BB815A

Color information

#BB815A (or 0xBB815A) is unknown color: approx Twine. HEX triplet: BB, 81 and 5A. RGB value is (187,129,90). Sum of RGB (Red+Green+Blue) = 187+129+90=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB815A is #447EA5. Grayscale: #8E8E8E. Windows color (decimal): -4488870 or 5931451. OLE color: 5931451.

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

Color convert

RGB18712990-
CMYK00.310.520.27
HSL24.12º41.63%54.31%-
HSV(B)24.12º51.87%73.33%-
XYZ30.192713.29-
YUV141.998.72160.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 129 (50.78% from 255) = 31.77%
BLUE value IS 90 (35.55% from 255) = 22.17%
R=46.06%
G=31.77%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871299000.310.520.2724.1241.6354.31
HexBB815A01F341B182a36
Octal2732011320376433305266
Binary101110111000000110110100111111101001101111000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB815A; }

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

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

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

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

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

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

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

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