#BB835E

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

Shades of Twine #BB835E

Tints of Twine #BB835E

Color information

#BB835E (or 0xBB835E) is unknown color: approx Twine. HEX triplet: BB, 83 and 5E. RGB value is (187,131,94). Sum of RGB (Red+Green+Blue) = 187+131+94=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB835E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB835E is #447CA1. Grayscale: #8F8F8F. Windows color (decimal): -4488354 or 6194107. OLE color: 6194107.

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

Color convert

RGB18713194-
CMYK00.300.500.27
HSL23.87º40.61%55.1%-
HSV(B)23.87º49.73%73.33%-
XYZ30.6327.6114.3-
YUV143.53100.05159.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.39%
GREEN value IS 131 (51.56% from 255) = 31.80%
BLUE value IS 94 (37.11% from 255) = 22.82%
R=45.39%
G=31.80%
B=22.82%

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
Decimal1871319400.300.500.2723.8740.6155.1
HexBB835E01E321B182937
Octal2732031360366233305167
Binary101110111000001110111100111101100101101111000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB835E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB835E; }

 p { color: rgb(187,131,94); }

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

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

 a { background-color: rgb(187,131,94); }

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

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

 span { border-color: rgb(187,131,94); }

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